Merge branch 'rt'
[fiveam.git] / src / package.lisp
index 2236081..3ceb1ef 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
@@ -50,6 +52,8 @@
    #:fail
    #:*test-dribble*
    #:for-all
+   #:*num-trials*
+   #:*max-trials*
    #:gen-integer
    #:gen-float
    #:gen-character
    ;; running tests
    #:run
    #:run-all-tests
+   #:run-all-test-suites
    #:explain
    #:explain!
    #:run!
+   #:run-all-tests!
+   #:run-all-test-suites!
    #:debug!
    #:!
    #:!!