aboutsummaryrefslogtreecommitdiffstats
path: root/test.scm
blob: 6de320b6b0183abf49ca57e9d572fa4d289c63e3 (plain)
1
2
3
4
5
6
7
8
9
10
(import test
	(chicken process-context))

(set-environment-variable! "RUN_TESTS" "1")

(test-begin "desmoctl")
(load "desmoctl.scm")
(test-end "desmoctl")

(test-exit)