diff options
| author | Mistivia <i@mistivia.com> | 2025-06-23 20:29:57 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-23 20:29:57 +0800 |
| commit | 15821fd796d3f1e1b14bbb4aa32715aab4f49c56 (patch) | |
| tree | 996f215d25d5897c3b666df4fdb48d198072b1d2 /tests/test.lisp | |
| parent | 69e9065635b1c20fe0f973bdebeb2745171bace1 (diff) | |
add string functions
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 614fcec..a303ed3 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -12,12 +12,12 @@ (test-module error) (test-module logic) (test-module tailcall) -(test-module tailcall-big) (test-module control-flow) (test-module lambda) (test-module comment) (test-module macro) (test-module let-binding) +(test-module string) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) @@ -26,13 +26,14 @@ (test-module symbol) (test-module eq) (test-module arithmetic) -(test-module tailcall) (test-module error) (test-module logic) +(test-module tailcall) (test-module control-flow) (test-module lambda) (test-module comment) (test-module macro) (test-module let-binding) +(test-module string) (exit) |
