typed-racket/typed-racket-test/tests/info.rkt
2014-12-02 00:53:36 -05:00

13 lines
406 B
Racket

#lang info
(define name "Typed Racket Test Suite")
;; No need to compile the actual integration tests, just the harness.
(define compile-omit-paths
'("typed-racket/succeed"
"typed-racket/fail"
"typed-racket/xfail"
"typed-racket/optimizer" ;; FIXME: should be improved by stamourv
"typed-racket/tr-random-testing.rkt" ;; Requires recompiling all of redex when rebuilding TR tests
))