summaryrefslogtreecommitdiffstats
path: root/tests/012/lambda.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/lambda.tl')
-rw-r--r--tests/012/lambda.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/012/lambda.tl b/tests/012/lambda.tl
index 408ea939..2ddca48f 100644
--- a/tests/012/lambda.tl
+++ b/tests/012/lambda.tl
@@ -86,3 +86,8 @@
(mtest
[(lambda (x y : (a 3) (b 4)) (list x y a b)) . vl] (a b c d)
[(lambda (x y : (a 3) (b 4)) (list x y a b)) 1 . vl] :error)
+
+(cond
+ (*compile-test* (exit t))
+ (t (set *compile-test* t)
+ (load (base-name *load-path*))))