summaryrefslogtreecommitdiff
path: root/test/res/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test/res/test.lisp')
-rw-r--r--test/res/test.lisp11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/res/test.lisp b/test/res/test.lisp
index c4406b0..f3b870c 100644
--- a/test/res/test.lisp
+++ b/test/res/test.lisp
@@ -20,4 +20,13 @@
(debuglog "============")
(debuglog "This should fail" sc)
(import :secondary)
-(debuglog "This should work" sc) \ No newline at end of file
+(debuglog "This should work" sc)
+
+(debuglog "============")
+(debuglog "Running tests")
+(import :ntest)
+(ntest.test "Funny test" (seq
+ (debuglog "Funny test running")
+ (debuglog ((ntest.fail "Test failed")))))
+
+