Add support for collecting profiling information during test runs.
[fiveam.git] / t / tests.lisp
index 47a92fc..601c2fd 100644 (file)
@@ -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)))