Use package locks on SBCL
authorStelian Ionescu <sionescu@cddr.org>
Sun, 18 Nov 2012 04:42:41 +0000 (05:42 +0100)
committerStelian Ionescu <sionescu@cddr.org>
Sun, 18 Nov 2012 04:42:41 +0000 (05:42 +0100)
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