Edit racket-test requires.

This commit is contained in:
Sam Tobin-Hochstadt 2013-10-18 12:04:46 -04:00
parent 96a0d43c9e
commit 5b31396d2a

View File

@ -6,23 +6,25 @@
"compiler-lib"
"sandbox-lib"
"compatibility-lib"
"eli-tester"
"planet-lib"
"net-lib"
"net-test" ; for tests/net/available
"serialize-cstruct-lib" ; tested here
"eli-tester"
"serialize-cstruct-lib" ; tested here
"cext-lib" ; tested here
;; for `pkg` tests
"web-server-lib"
"rackunit-lib"
;; for `json` tests
"at-exp-lib"
"r5rs-lib"
;; used to test setup, module readers, pkg system
"scribble-lib"
"syntax-color-lib"
"typed-racket-lib"
"cext-lib"
;; used for futures tests
"typed-racket-lib"
;; for random testing:
"redex-lib"))