Shut up warnings about unknown *SUITE* variable.
[fiveam.git] / src / test.lisp
index b5e590a..640f6d9 100644 (file)
@@ -45,6 +45,8 @@ named KEY in the *TEST* hash table."
       (ensure-list name)
     `(def-test ,name (,@args) ,@body)))
 
+(declaim (special *suite*))
+
 (defmacro def-test (name (&key (suite nil suite-p)
                                fixture
                                (compile-at :run-time)