add "rackunit" to "mz" distribution
The `rackunit' library can be used for tests in any code. The GUI portion of `rackunit' remains in the "plt" distribution, only.
This commit is contained in:
parent
16cb6f3691
commit
e9f522ba94
|
@ -686,7 +686,14 @@ mz-extras :+= (- (package: "unstable")
|
|||
plt-extras :+= (package: "plai/")
|
||||
|
||||
;; -------------------- rackunit & older schemeunit compatibility
|
||||
plt-extras :+= (package: "rackunit/") (package: "schemeunit/")
|
||||
mz-extras :+= (- (package: "rackunit/")
|
||||
(collects: "rackunit/private/gui/")
|
||||
(srcfile: "rackunit/gui.rkt")
|
||||
(srcfile: "rackunit/tool.rkt"))
|
||||
plt-extras :+= (collects: "rackunit/private/gui/")
|
||||
(srcfile: "rackunit/gui.rkt")
|
||||
(srcfile: "rackunit/tool.rkt")
|
||||
(package: "schemeunit/")
|
||||
|
||||
;; -------------------- racklog (aka schelog)
|
||||
plt-extras :+= (package: "racklog/")
|
||||
|
|
Loading…
Reference in New Issue
Block a user