add gui-test pkg

This commit is contained in:
Robby Findler 2013-07-06 09:46:42 -05:00
parent f56c94b9f5
commit 1b86794e29
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#lang info
(define collection 'multi)
(define deps '("base"
"gui-lib"
"rackunit-lib"
"scribble-lib"
"pconvert-lib"))
(define build-deps '())

View File

@ -21,6 +21,7 @@
"future-visualizer-typed" "future-visualizer-typed"
"games" "games"
"gui" "gui"
"gui-test"
"honu" "honu"
"htdp" "htdp"
"html" "html"