From 68cb80cfbcd7684cd2d2b8e5091d956aea71e9dd Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 5 May 2022 08:29:22 -0300 Subject: run tests with temporary gpg home The big picture change here is the introduction of a custom test runner which allows setting up and tearing down various data sources (or other resources) for the test suite. In order to parse the output of gpg, provide a new exported function CONSFIGURATOR:STRIP-PREFIX. Signed-off-by: David Bremner --- consfigurator.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 8048c90..039f247 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -109,7 +109,8 @@ (:feature :sbcl (:require #:sb-rt)) (:feature (:not :sbcl) #:rt)) :components ((:file "tests/package") + (:file "tests/runner") (:file "tests/data/util") (:file "tests/util") (:file "tests/property/file")) - :perform (test-op (o c) (symbol-call :consfigurator/tests '#:do-tests))) + :perform (test-op (o c) (symbol-call :consfigurator/tests '#:runner))) -- cgit v1.2.3