diff options
Diffstat (limited to 'tests/lisp/test.lisp')
| -rw-r--r-- | tests/lisp/test.lisp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lisp/test.lisp b/tests/lisp/test.lisp new file mode 100644 index 0000000..b42cc60 --- /dev/null +++ b/tests/lisp/test.lisp @@ -0,0 +1,8 @@ +(load "arithmetic.lisp") +(load "control-flow.lisp") +(load "lambda.lisp") +(load "comment.lisp") +(load "macro.lisp") +(load "let-binding.lisp") + +(exit) |
