X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=1220a78ae2f4047c309a7d6be28dba89ec4791f2;hb=6e4acc919aafc7e1a963bad1f1a218f8ea423394;hp=0a8b0766a462f045b1519e397d054d0bc1978867;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 0a8b076..1220a78 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -56,6 +56,11 @@ #:!!! #:*debug-on-error*)) +;;;; You can use #+fiveam() 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" ;;;;@include "test.lisp"