X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftest.lisp;h=ccdcb0a49363dd3267982e6ce4a3d40c185d0caf;hb=b82a10a08a56c17d920e8a1aa42979f57ef675f1;hp=af7225a0bca77c380834263c2a145e51383de8b1;hpb=66058d990da7c0339694d0eb629f299a6c3fec3c;p=fiveam.git diff --git a/src/test.lisp b/src/test.lisp index af7225a..ccdcb0a 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -15,6 +15,10 @@ :documentation "Lookup table mapping test (and test suite) names to objects.") +(defun test-names () + (loop for test being the hash-keys of *test* + collect test)) + (defmacro test (name &body body) "Create a test named NAME. If NAME is a list it must be of the form: