Allow running individual TR tests.
This commit is contained in:
parent
f8c01299f9
commit
b9d67eea2f
|
@ -30,6 +30,7 @@
|
||||||
(cond [(and (unit?) (int?)) tests]
|
(cond [(and (unit?) (int?)) tests]
|
||||||
[(unit?) unit-tests]
|
[(unit?) unit-tests]
|
||||||
[(int?) int-tests]
|
[(int?) int-tests]
|
||||||
|
[(the-tests) (the-tests)]
|
||||||
[else
|
[else
|
||||||
(error "You must specify which tests should be run. See --help for more info.\n")]))
|
(error "You must specify which tests should be run. See --help for more info.\n")]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user