X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=ccee563a0d58939fd005a91f61949e21dfb69b1b;hb=678db1b9a79ea4789c77c53d7aa95d704780e3bc;hp=1730788c62eee510684f96cef7a7ab8e56403b7f;hpb=41226fef2be97caae83123bb751704cfcb7e92ba;p=fiveam.git diff --git a/src/package.lisp b/src/package.lisp index 1730788..ccee563 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -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 @@ -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