Move Typed Racket tests to their own package.

original commit: 1d89e18bca9ada96854d931dba392b930b2105d3
This commit is contained in:
Sam Tobin-Hochstadt 2013-06-25 16:32:17 -04:00
parent 2ea715643e
commit e5d3925a3a
640 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define deps '("typed-racket"))

View File

@ -0,0 +1,12 @@
#lang setup/infotab
(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
;; this file is weird
"typed-racket/unit-tests/special-env-typecheck-tests.rkt"))

Some files were not shown because too many files have changed in this diff Show More