add "unstable-test" to "main-distribution-test"
This commit is contained in:
parent
9fc3b03f85
commit
2a271a55fc
|
@ -15,7 +15,8 @@
|
|||
"web-server-test"
|
||||
"typed-racket-test"
|
||||
"xrepl-test"
|
||||
"scribble-test"))
|
||||
"scribble-test"
|
||||
"unstable-test"))
|
||||
|
||||
(define pkg-desc "tests for \"main-distribution\"")
|
||||
|
||||
|
|
|
@ -3,7 +3,23 @@
|
|||
(define collection "unstable")
|
||||
|
||||
(define deps '("base"))
|
||||
(define build-deps '())
|
||||
(define build-deps '("at-exp-lib"
|
||||
"compatibility-lib"
|
||||
"eli-tester"
|
||||
"gui-lib"
|
||||
"planet-lib"
|
||||
"racket-test"
|
||||
"rackunit-lib"
|
||||
"scribble-lib"
|
||||
"srfi-lib"
|
||||
"syntax-color-lib"
|
||||
"typed-racket-lib"
|
||||
"unstable-contract-lib"
|
||||
"unstable-debug-lib"
|
||||
"unstable-lib"
|
||||
"unstable-list-lib"
|
||||
"unstable-options-lib"
|
||||
"unstable-parameter-group-lib"))
|
||||
|
||||
(define pkg-desc "tests for \"unstable\"")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user