From 7712c51df4f60d134451a9da3f11bb3f006991a0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 5 May 2022 08:29:24 -0300 Subject: 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 --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') 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")) -- cgit v1.2.3