* tests/test-actors.scm,
tests/test-agenda.scm,
tests/test-rmeta-slot.scm (test-exit): Move inside test, where
'test-runner-current' is still set.
;;; 8sync --- Asynchronous programming for Guile
;;; Copyright (C) 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright (C) 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of 8sync.
;;;
(test-equal (get-spoken)
'("Hi! jack inits now.\n" "Hi! jill inits now.\n")))
-(test-end "test-actors")
(test-exit)
+(test-end "test-actors")
;;; 8sync --- Asynchronous programming for Guile
;;; Copyright (C) 2015 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright (C) 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This library is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
;; End tests
-(test-end "test-agenda")
-
;; @@: A better way to handle this at the repl?
(test-exit)
-
+(test-end "test-agenda")
;;; 8sync --- Asynchronous programming for Guile
;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright (C) 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of 8sync.
;;;
(class-rmeta-ref <sub-lassy> 'entries 'not-defined
#:dflt "no-way"))
-(test-end "test-rmeta-slot")
(test-exit)
+(test-end "test-rmeta-slot")