Changed the interface for running single optimizer tests.
original commit: f3ae9c73b0f58d2d56e2ee3cee605c58a9bb3a1d
This commit is contained in:
parent
428e96980b
commit
d60793d271
|
@ -84,7 +84,7 @@
|
|||
|
||||
(let ((n-failures
|
||||
(if to-run
|
||||
(if (test (format "tests/~a.rkt" to-run)) 0 1)
|
||||
(if (test to-run) 0 1)
|
||||
(for/fold ((n-failures 0))
|
||||
((gen (in-directory tests-dir)))
|
||||
(+ n-failures (if (test gen) 0 1))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user