Move Typed Racket tests to their own package.

This commit is contained in:
Sam Tobin-Hochstadt 2013-06-25 16:32:17 -04:00
parent 7f3ecd6e09
commit 1d89e18bca
643 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