Allow running individual TR tests.

This commit is contained in:
Vincent St-Amour 2010-12-10 16:55:37 -05:00
parent f8c01299f9
commit b9d67eea2f

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")]))