add enum-tests into run-tests.rkt
This commit is contained in:
parent
e86e47a968
commit
498815a225
|
@ -939,6 +939,7 @@ path/s is either such a string or a list of them.
|
|||
"collects/redex/tests/run-tests.rkt" drdr:command-line (racket * "--examples" "--no-bitmap-gui") drdr:timeout 360
|
||||
"collects/redex/tests/ryr-test.rkt" drdr:timeout 200
|
||||
"collects/redex/tests/stepper-test.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/tests/enum-test.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/tests/term-test.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/tests/test-docs-complete.rkt" drdr:command-line (raco "make" *)
|
||||
"collects/redex/tests/tl-test.rkt" drdr:command-line (mzc *)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
(define-language Rep
|
||||
(r (variable variable ...)))
|
||||
|
||||
(try-it 1000 Rep r)
|
||||
(try-it 100 Rep r)
|
||||
|
||||
;; Recursion test
|
||||
(define-language Λc
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
"check-syntax-test.rkt"
|
||||
"test-docs-complete.rkt"
|
||||
"tut-subst-test.rkt"
|
||||
"enum-test.rkt"
|
||||
"bitmap-test.rkt")
|
||||
(if test-examples?
|
||||
'("../examples/cbn-letrec.rkt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user