From 36405e8288566954dbffc33bc9c384f6216853bc Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 20 Jul 2024 09:53:51 -0700 Subject: Add: testiere is swiched on when loaded; version bump --- testiere.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testiere.asd b/testiere.asd index 573e61a..c69c0bf 100644 --- a/testiere.asd +++ b/testiere.asd @@ -4,10 +4,11 @@ :description "TDD system for Common Lisp" :author "Colin OKeefe " :license "GPLv3" - :version "1.2.0" + :version "1.3.0" :depends-on (:trivia) :pathname "src/" :serial t :components ((:file "package") (:file "testiere") - (:file "standard-hooks"))) + (:file "standard-hooks") + (:file "config"))) -- cgit v1.2.3