diff options
| author | Mistivia <i@mistivia.com> | 2025-07-23 17:29:42 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-23 17:32:44 +0800 |
| commit | dec35ab80b9cc3b83b3a806835198b0a58cdc0cb (patch) | |
| tree | d1e489c945b5bf9bce1f26b512758cc741ffe880 /tests | |
| parent | cc8ea3f88c75216c7c03342a4a41bbc7d0b354f5 (diff) | |
add ext
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/vector.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vector.lisp b/tests/vector.lisp index d4f7231..10afde4 100644 --- a/tests/vector.lisp +++ b/tests/vector.lisp @@ -1,3 +1,5 @@ +(loadext "ext_example/vector.so") + (assert (vector? (make-vector))) (assert (not (vector? 1))) |
