Add test that runs TR unit tests with contracts on.
This commit is contained in:
parent
774afb6caf
commit
59ee811fb3
|
@ -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