extracted rackunit-gui package

original commit: 8512c365128064f3c1d3bdee768ce387cb358303
This commit is contained in:
Ryan Culpepper 2013-09-14 04:12:05 -04:00
parent 241cec7565
commit 305ea7dc4f
16 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#lang info
(define collection 'multi)
(define deps '("rackunit-lib"
"data-lib"
"gui-lib"
"unstable-list-lib" ; for class-iop
"base"))
(define pkg-desc "RackUnit test runner GUI")
(define pkg-authors '(ryanc))

View File

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 513 B

View File

@ -5,6 +5,7 @@
(define deps '("base"
"data-lib"
"rackunit-lib"
"rackunit-gui"
"gui-lib"
"drracket-plugin-lib"))

View File

@ -3,8 +3,10 @@
(define collection 'multi)
(define deps '("rackunit-lib"
"rackunit-gui"
"rackunit-plugin-lib"))
(define implies '("rackunit-lib"
"rackunit-gui"
"rackunit-plugin-lib"))
(define pkg-desc "RackUnit testing framework")