aboutsummaryrefslogtreecommitdiffstats
path: root/test.scm
diff options
context:
space:
mode:
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)