diff options
| author | Mistivia <i@mistivia.com> | 2025-06-21 16:04:00 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-21 16:04:00 +0800 |
| commit | ca22ae606ca674a91e28597a96641c01f7eacb24 (patch) | |
| tree | 01fadb02db0ee2bffe9217373c304dae7c48e19d /tests/lisp/test.lisp | |
| parent | 1b2e36b342be527937ad350690023cb50190f1e0 (diff) | |
add tests
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) |
