enable compilation of tests formerly in "racket-test"; reorganize

A package like "gui" does not depend on a package like "gui-test",
which means that you have to specifically ask for a test package if
you want the tests. A new "main-distribution-test" package
aggregates the tests for packages that are in "main-distribution".

The "plt-services" package, meanwhile, depends on the
"main-distribution-test" package, which means that all tests are
compiled by default for an in-place build.

original commit: d50d0f8bca
This commit is contained in:
Matthew Flatt 2013-07-16 15:56:24 -06:00
parent 5a758b6ecc
commit 47148430d2

View File

@ -0,0 +1,14 @@
#lang info
(define compile-omit-paths '("embed-me9.rkt"
"embed-planet-1"
;; Could be compiled, but we skep them to avoid
;; dependencies. This needs to be cleaned up.
"embed-me5.rkt"
"embed-me19.rkt"
"embed-bsl.rkt"
"embed-bsla.rkt"
"embed-isl.rkt"
"embed-isll.rkt"
"embed-asl.rkt"))