From e6b5011763c7f59ae8acf2c38d568c88ebd65ec1 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 18 Oct 2024 19:34:44 +0200 Subject: Add test suit --- tests/package.lisp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/package.lisp (limited to 'tests/package.lisp') 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)) -- cgit v1.2.3