aboutsummaryrefslogtreecommitdiffstats
path: root/test.scm
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-04 15:25:15 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-04 15:34:54 +0200
commitb8cc2c18d9bc0292626a6b84e76fb39c1cd4b757 (patch)
tree9b3a226d22cac45929f82f05c9d721ee5fc52d2b /test.scm
parent0e855ea96096fd1d429ae0c9bae265c15abcc887 (diff)
Add `make test`, refactor tests
Diffstat (limited to 'test.scm')
-rw-r--r--test.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.scm b/test.scm
new file mode 100644
index 0000000..6de320b
--- /dev/null
+++ b/test.scm
@@ -0,0 +1,10 @@
+(import test
+ (chicken process-context))
+
+(set-environment-variable! "RUN_TESTS" "1")
+
+(test-begin "desmoctl")
+(load "desmoctl.scm")
+(test-end "desmoctl")
+
+(test-exit)