X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Ftests.lisp;h=601c2fdfbdcacdf355745b7ffdff0c4ffebf85ca;hb=8e2b8ea5671d45cd1b3efdd037af289200e6e0a8;hp=47a92fcede08751d482f6371d65296309061a43b;hpb=325262d82eb9620b042e4c2bad38eb5dd47c03ef;p=fiveam.git diff --git a/t/tests.lisp b/t/tests.lisp index 47a92fc..601c2fd 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -33,7 +33,7 @@ (is-true nil) (is-false t)) -(test is +(test (is :profile t) (with-test-results (results is1) (is (= 6 (length results))) (is (every #'test-passed-p results)))