Added :default-test-args parameter to def-suite.
[fiveam.git] / src / packages.lisp
index 8c06239..09b325e 100644 (file)
@@ -1,3 +1,4 @@
+
 ;; -*- lisp -*-
 
 ;;;; * Introduction
@@ -69,7 +70,8 @@
            #:*run-test-when-defined*
           #:*debug-on-error*
            #:*debug-on-failure*
-           #:*verbose-failures*))
+           #:*verbose-failures*
+           #:results-status))
 
 ;;;; You can use #+5am to put your test-defining code inline with your
 ;;;; other code - and not require people to have fiveam to run your