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: d50d0f8bcab260f404049029b77407e0222f588a
This commit is contained in:
parent
f3a8b6e390
commit
3251c5be30
7
pkgs/profile-pkgs/profile-test/info.rkt
Normal file
7
pkgs/profile-pkgs/profile-test/info.rkt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
(define deps '())
|
||||
(define build-deps '("base"
|
||||
"eli-tester"
|
||||
"profile-lib"))
|
Loading…
Reference in New Issue
Block a user