Add test that runs TR unit tests with contracts on.
original commit: 59ee811fb3a238e0203d1a7b5baa0986810c8d71
This commit is contained in:
parent
baf7f6ccee
commit
52d81a3114
|
@ -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))
|
Loading…
Reference in New Issue
Block a user