X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Ftest%2Fmain.lisp;h=dbcbd58529cb8b0c45ee6c09eef384c22c0d1982;hp=38ec2ed5a3994cd9d5d35c4d18ba122b86911798;hb=4a9ed570e6d2c79ac7cac0a6a84d414ee658cd3e;hpb=c5613b87ab91b845b628d9201ad053da92912838 diff --git a/src/test/main.lisp b/src/test/main.lisp index 38ec2ed..dbcbd58 100644 --- a/src/test/main.lisp +++ b/src/test/main.lisp @@ -20,7 +20,7 @@ (defun run-all-tests () (format t "~%Here we goooooooo~%") - (run-tests *tests*)) + (run-tests (reverse *tests*))) (defun run-tests-matching (match) (run-tests (remove-if-not (lambda (test-name) (cl-ppcre:scan (format nil "^~A$" match) test-name)) *tests* :key #'car)))