X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=ccee563a0d58939fd005a91f61949e21dfb69b1b;hb=678db1b9a79ea4789c77c53d7aa95d704780e3bc;hp=ec84e56c49d9d5fa4c00828cc0fbe0fa6f30d9bb;hpb=869a1f5516006aba36b927d447206f686206fbc1;p=fiveam.git diff --git a/src/package.lisp b/src/package.lisp index ec84e56..ccee563 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -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 @@ -28,6 +30,7 @@ #:in-suite* #:make-test #:test + #:def-test #:get-test #:rem-test #:test-names @@ -71,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