Use package locks on SBCL
[fiveam.git] / src / package.lisp
index 4183f11..6fda69c 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