Use package locks on SBCL
[fiveam.git] / src / package.lisp
index 1730788..6fda69c 100644 (file)
@@ -1,4 +1,4 @@
-;; -*- lisp -*-
+;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
 
 ;;;; * Introduction
 
@@ -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