diff options
author | colin <colin@cicadas.surf> | 2024-07-20 09:53:51 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-07-20 09:53:51 -0700 |
commit | 36405e8288566954dbffc33bc9c384f6216853bc (patch) | |
tree | f5394e489301341693f8d98e71890fa2d2f5c14e | |
parent | d91c4a64373de516efb37b6a06ab3495807fc1cf (diff) |
Add: testiere is swiched on when loaded; version bump
-rw-r--r-- | testiere.asd | 5 |
1 files 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 <colin@cicadas.surf>" :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"))) |