X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=tests%2Ftest-agenda.scm;h=06f24f35c9a6329321eafdea161510bcf71d4aec;hp=bed99953d981b29f374f2ae970392a5a5f6aeeb1;hb=743fdb8a79e771cfbd98ed53a66a4d129f8fe2f6;hpb=4449ec393d0a0e2340511c6352f1096c5bee1fbf diff --git a/tests/test-agenda.scm b/tests/test-agenda.scm index bed9995..06f24f3 100644 --- a/tests/test-agenda.scm +++ b/tests/test-agenda.scm @@ -19,11 +19,12 @@ -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") @@ -335,5 +336,6 @@ ;; End tests (test-end "test-agenda") -;; (test-exit) + +(test-exit)