X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=0267a03d499d332c9bd560085249fd380eed5e88;hb=a295590496b505b6366d18c0b88628a220f0db76;hp=ddd6ba0ffe1f6f3fd1e8f2a60649f1435170d004;hpb=e3585826886c694d40d2a0f3a28ce181dd66300b;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index ddd6ba0..0267a03 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -19,7 +19,7 @@ (defpackage :it.bese.FiveAM (:use :common-lisp :it.bese.arnesi) - (:nicknames :5am) + (:nicknames :5am :fiveam) (:export ;; creating tests and test-suites #:make-suite #:def-suite @@ -69,7 +69,8 @@ #:*run-test-when-defined* #:*debug-on-error* #:*debug-on-failure* - #:*verbose-failures*)) + #:*verbose-failures* + #:results-status)) ;;;; 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