Add automated tests for match and typed-scheme.
svn: r10043
This commit is contained in:
parent
928efc1349
commit
d9aa32446f
|
@ -225,5 +225,8 @@
|
||||||
other-tests
|
other-tests
|
||||||
other-plt-tests
|
other-plt-tests
|
||||||
)))
|
)))
|
||||||
(run-tests)
|
(when (getenv "PLT_TESTS")
|
||||||
|
(unless (parameterize ([current-output-port (open-output-string)])
|
||||||
|
(= 0 (run-tests)))
|
||||||
|
(error "Match Tests did not pass.")))
|
||||||
)
|
)
|
|
@ -29,7 +29,9 @@
|
||||||
;; specifications for things to require into the initial namespace
|
;; specifications for things to require into the initial namespace
|
||||||
;; for the test before the test is loaded.
|
;; for the test before the test is loaded.
|
||||||
(define tests
|
(define tests
|
||||||
'([load "mzscheme/quiet.ss" (lib "scheme/init")]))
|
'([load "mzscheme/quiet.ss" (lib "scheme/init")]
|
||||||
|
[require "typed-scheme/main.ss"]
|
||||||
|
[require "match/plt-match-tests.ss"]))
|
||||||
|
|
||||||
|
|
||||||
(require scheme/runtime-path (for-syntax scheme/base))
|
(require scheme/runtime-path (for-syntax scheme/base))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user