X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=09a857802dbbbe584148c61b05d2894e62434ad7;hb=08b391a6ecfb01d739fabaedad8557c21971b197;hp=4183f11b225516d7dd37886f57ee5c8bd726d896;hpb=c9c5c68ee1fa066834633b342984484c91adbbfe;p=fiveam.git diff --git a/src/package.lisp b/src/package.lisp index 4183f11..09a8578 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 @@ -72,7 +74,9 @@ #:*debug-on-error* #:*debug-on-failure* #:*verbose-failures* - #:results-status)) + #:results-status + ;; introspection + #:list-all-suites)) ;;;; 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