X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=6536e28a67016ef5c4ffa6b751c3996bb0bbc734;hb=afd9b77ccfe82efa515b6a1546c9f9c4e2a01d8e;hp=0a8b0766a462f045b1519e397d054d0bc1978867;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 0a8b076..6536e28 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -54,7 +54,14 @@ #:! #:!! #:!!! - #:*debug-on-error*)) + #:*debug-on-error* + #:*verbose-failures*)) + +;;;; 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 +;;;; package. + +(pushnew :5am *features*) ;;;;@include "check.lisp"