aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 2 insertions, 1 deletions
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)))