diff options
| author | Mistivia <i@mistivia.com> | 2025-06-24 22:32:57 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-24 22:34:19 +0800 |
| commit | 44642d96eaef834b4bb846d27347ee681f9f5f7b (patch) | |
| tree | 6e288498788115415650546f11a54a2a17766b15 /tests/test.lisp | |
| parent | 7dd5aa6065c00ed2d85b191e7e3cd4b12467408d (diff) | |
add more list funcs
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 59f91fb..8969a5b 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -19,6 +19,7 @@ (test-module let-binding) (test-module string) (test-module list) +(test-module type) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) @@ -36,5 +37,7 @@ (test-module macro) (test-module let-binding) (test-module string) +(test-module list) +(test-module type) (exit) |
