aboutsummaryrefslogtreecommitdiff
path: root/tests/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/package.lisp')
-rw-r--r--tests/package.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/package.lisp b/tests/package.lisp
new file mode 100644
index 0000000..286243c
--- /dev/null
+++ b/tests/package.lisp
@@ -0,0 +1,5 @@
+(in-package :cl-user)
+
+(defpackage :consfigurator/tests
+ (:use #:cl #:consfigurator #+sbcl :sb-rt #-sbcl :rtest)
+ (:local-nicknames (#:file #:consfigurator.property.file)))