Add test that runs TR unit tests with contracts on.

This commit is contained in:
Sam Tobin-Hochstadt 2014-05-06 16:24:35 -04:00
parent 774afb6caf
commit 59ee811fb3

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))