aboutsummaryrefslogtreecommitdiff
path: root/tests/package.lisp
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-10-18 19:34:44 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-10-18 19:34:44 +0200
commite6b5011763c7f59ae8acf2c38d568c88ebd65ec1 (patch)
treeb0717a2af8366fe6849a4a7f28170d8f61bd9242 /tests/package.lisp
parent1be9ab5f5a929153b4a8193f6c12bab45fd00ab2 (diff)
Add test suit
Diffstat (limited to 'tests/package.lisp')
-rw-r--r--tests/package.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/package.lisp b/tests/package.lisp
new file mode 100644
index 0000000..eb337ea
--- /dev/null
+++ b/tests/package.lisp
@@ -0,0 +1,3 @@
+(defpackage #:scgi-routes/tests
+ (:use #:cl
+ #:scgi-routes))