aboutsummaryrefslogtreecommitdiff
path: root/tests/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 13:19:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:56:45 -0700
commit7174cca4f9fe09271bc9b4bf3ce7ecc2b4fe1639 (patch)
treea75f2816a8d6a135623253a78d929e9070d3982c /tests/package.lisp
parentf24d52fba8f53ad9d605f974ecb00161b5380824 (diff)
downloadconsfigurator-7174cca4f9fe09271bc9b4bf3ce7ecc2b4fe1639.tar.gz
add some tests for new conf file properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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)))