aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
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 /consfigurator.asd
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 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 039f247..fb24fcc 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -110,6 +110,7 @@
(:feature (:not :sbcl) #:rt))
:components ((:file "tests/package")
(:file "tests/runner")
+ (:file "tests/data/pgp")
(:file "tests/data/util")
(:file "tests/util")
(:file "tests/property/file"))