X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=3ceb1efb41a0d1a65e441233920ca25da853ea53;hb=8a32d7c6d3c1b7a43127731585f8a4bf9518b171;hp=6fda69c11f4abde251cff5d57d324cb983195323;hpb=c8f9fdda5f67d41e8e32404cc7c2598f7adabafe;p=fiveam.git diff --git a/src/package.lisp b/src/package.lisp index 6fda69c..3ceb1ef 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -52,6 +52,8 @@ #:fail #:*test-dribble* #:for-all + #:*num-trials* + #:*max-trials* #:gen-integer #:gen-float #:gen-character @@ -63,9 +65,12 @@ ;; running tests #:run #:run-all-tests + #:run-all-test-suites #:explain #:explain! #:run! + #:run-all-tests! + #:run-all-test-suites! #:debug! #:! #:!! @@ -74,7 +79,9 @@ #:*debug-on-error* #:*debug-on-failure* #:*verbose-failures* - #:results-status)) + #:results-status + ;; introspection + #:list-all-suites)) ;;;; You can use #+5am to put your test-defining code inline with your ;;;; other code - and not require people to have fiveam to run your