Add test runner utility from David Thompson
[8sync.git] / tests / test-agenda.scm
index bed99953d981b29f374f2ae970392a5a5f6aeeb1..06f24f35c9a6329321eafdea161510bcf71d4aec 100644 (file)
 -s
 !#
 
-(define-module (tests test-core)
+(define-module (tests test-agenda)
   #:use-module (srfi srfi-64)
   #:use-module (ice-9 q)
   #:use-module (ice-9 receive)
-  #:use-module (eightsync agenda))
+  #:use-module (eightsync agenda)
+  #:use-module (tests utils))
 
 (test-begin "test-agenda")
 
 ;; End tests
 
 (test-end "test-agenda")
-;; (test-exit)
+
+(test-exit)