Allow running individual TR tests.

original commit: b9d67eea2f08e5eed8a5d28539aa749e2a64f790
This commit is contained in:
Vincent St-Amour 2010-12-10 16:55:37 -05:00
parent 8e569511e8
commit 73046316e6

View File

@ -30,6 +30,7 @@
(cond [(and (unit?) (int?)) tests]
[(unit?) unit-tests]
[(int?) int-tests]
[(the-tests) (the-tests)]
[else
(error "You must specify which tests should be run. See --help for more info.\n")]))