aboutsummaryrefslogtreecommitdiff
path: root/tests/package.lisp
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-05-05 08:29:24 -0300
committerSean Whitton <spwhitton@spwhitton.name>2022-05-05 12:26:10 -0700
commit7712c51df4f60d134451a9da3f11bb3f006991a0 (patch)
tree282318f231232ff360a73de033f2d6a1d86d7512 /tests/package.lisp
parent4b0625d744e73e9e7ad3708320fba7fa2cab21ae (diff)
downloadconsfigurator-7712c51df4f60d134451a9da3f11bb3f006991a0.tar.gz
initial tests for CONSFIGURATOR.DATA.PGP
Define some simple regression tests to guard against breakage due to the refactoring of gnupg usage. Signed-off-by: David Bremner <david@tethera.net>
Diffstat (limited to 'tests/package.lisp')
-rw-r--r--tests/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/package.lisp b/tests/package.lisp
index fcb912c..47f41e4 100644
--- a/tests/package.lisp
+++ b/tests/package.lisp
@@ -3,4 +3,5 @@
(defpackage :consfigurator/tests
(:use #:cl #:consfigurator #:consfigurator.data.util #:alexandria #:anaphora
#+sbcl :sb-rt #-sbcl :rtest)
- (:local-nicknames (#:file #:consfigurator.property.file)))
+ (:local-nicknames (#:file #:consfigurator.property.file)
+ (#:data.pgp #:consfigurator.data.pgp)))