diff options
author | colin <colin@cicadas.surf> | 2024-02-04 10:25:31 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-02-04 10:25:31 -0800 |
commit | 7159a111b28fa88af41967e195b78c1571059d7a (patch) | |
tree | 941dd59823ddb7a11dbc2c6dab93c009d110709e /examples | |
parent | 971b34b835d7853864580e80339e7c65c8d0ae39 (diff) |
Add: automatic test suite construction
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.lisp b/examples/examples.lisp index 4088d32..c9f8a07 100644 --- a/examples/examples.lisp +++ b/examples/examples.lisp @@ -7,7 +7,8 @@ (in-package :testiere.examples) ;;; Turn Testiere On. -(testiere:on) +(eval-when (:compile-toplevel :load-toplevel :execute) + (testiere:on)) ;;; BASIC TESTS |