summaryrefslogtreecommitdiff
path: root/cl/tests/suite.lisp
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-07 12:19:32 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-07 12:19:32 -0600
commit9fcd733232b6f209519d2eadc83ed4cbd3376e0d (patch)
tree0b4dfead39515c11c5aa4a998ffc3683546eef65 /cl/tests/suite.lisp
parentdadf03afa37c785d5bb68396381eb3105178847f (diff)
downloadcmath-9fcd733232b6f209519d2eadc83ed4cbd3376e0d.tar.gz
cmath-9fcd733232b6f209519d2eadc83ed4cbd3376e0d.zip
common lisp!
Diffstat (limited to 'cl/tests/suite.lisp')
-rw-r--r--cl/tests/suite.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/cl/tests/suite.lisp b/cl/tests/suite.lisp
new file mode 100644
index 0000000..e23cfaf
--- /dev/null
+++ b/cl/tests/suite.lisp
@@ -0,0 +1,10 @@
+(in-package :cl-user)
+(defpackage lizfcm/tests
+ (:use :cl
+ :fiveam)
+ (:export :run!
+ :lizfcm-test-suite))
+(in-package :lizfcm/tests)
+
+(def-suite lizfcm-test-suite
+ :description "The ultimate parent test suite")