X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2Ftest-agenda.scm;h=06f24f35c9a6329321eafdea161510bcf71d4aec;hb=743fdb8a79e771cfbd98ed53a66a4d129f8fe2f6;hp=844356d51b31b1b8d913ef39e91f40015bc8faa9;hpb=d757311a3fbec95274d1b4b39b1d78e30b1bb5e3;p=8sync.git diff --git a/tests/test-agenda.scm b/tests/test-agenda.scm index 844356d..06f24f3 100644 --- a/tests/test-agenda.scm +++ b/tests/test-agenda.scm @@ -19,13 +19,14 @@ -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 "tests-agenda") +(test-begin "test-agenda") @@ -334,6 +335,7 @@ ;; End tests -(test-end "tests-agenda") -;; (test-exit) +(test-end "test-agenda") + +(test-exit)