From 7174cca4f9fe09271bc9b4bf3ce7ecc2b4fe1639 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 13:19:41 -0700 Subject: add some tests for new conf file properties Signed-off-by: Sean Whitton --- consfigurator.asd | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 7a78744..102b34a 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -51,4 +51,18 @@ (:file "src/data/asdf") (:file "src/data/pgp") (:file "src/data/git-snapshot") - (:file "src/data/gpgpubkeys"))) + (:file "src/data/gpgpubkeys")) + :in-order-to ((test-op (test-op "consfigurator/tests")))) + +(defsystem "consfigurator/tests" + :description + "Tests for Consfigurator, Lisp declarative configuration management system" + :version "0.3.1" + :author "Sean Whitton " + :licence "GPL-3+" + :serial t + :depends-on (#:consfigurator + #+sbcl #:sb-rt #-sbcl #:rt) + :components ((:file "tests/package") + (:file "tests/property/file")) + :perform (test-op (o c) (symbol-call :consfigurator/tests '#:do-tests))) -- cgit v1.2.3