Release 1.2
[fiveam.git] / src / package.lisp
index 4183f11..ccee563 100644 (file)
@@ -20,6 +20,8 @@
 (defpackage :it.bese.fiveam
   (:use :common-lisp :alexandria)
   (:nicknames :5am :fiveam)
+  #+sb-package-locks
+  (:lock t)
   (:export
    ;; creating tests and test-suites
    #:make-suite
@@ -72,6 +74,7 @@
    #:*debug-on-error*
    #:*debug-on-failure*
    #:*verbose-failures*
+   #:*print-names*
    #:results-status))
 
 ;;;; You can use #+5am to put your test-defining code inline with your