Add test that runs TR unit tests with contracts on.

original commit: 59ee811fb3a238e0203d1a7b5baa0986810c8d71
This commit is contained in:
Sam Tobin-Hochstadt 2014-05-06 16:24:35 -04:00
parent baf7f6ccee
commit 52d81a3114

View File

@ -0,0 +1,10 @@
#lang racket
(void (putenv "PLT_TR_CONTRACTS" "1"))
(define ns (make-base-namespace))
(current-namespace ns)
(use-compiled-file-paths null)
((dynamic-require 'tests/typed-racket/main 'go/text)
(dynamic-require 'tests/typed-racket/main 'unit-tests))