Export results-status
[fiveam.git] / src / packages.lisp
index ddd6ba0..0267a03 100644 (file)
@@ -19,7 +19,7 @@
 
 (defpackage :it.bese.FiveAM
   (:use :common-lisp :it.bese.arnesi)
-  (:nicknames :5am)
+  (:nicknames :5am :fiveam)
   (:export ;; creating tests and test-suites
            #:make-suite
           #:def-suite
@@ -69,7 +69,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