"racket-test" clean-up

Move a few tests, and clear out a lot of junk.

original commit: 29a0c44c98d5c8d3660e4bd10eb566c7ec6e46e2
This commit is contained in:
Matthew Flatt 2013-11-08 21:42:17 -07:00
parent d983b9b7b0
commit 7b7e11a299
3 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@
"rackunit-lib" "rackunit-lib"
"scribble-lib" "scribble-lib"
"pconvert-lib" "pconvert-lib"
"compatibility-lib")) "compatibility-lib"
"sandbox-lib"))
(define pkg-desc "tests for \"gui\"") (define pkg-desc "tests for \"gui\"")

View File

@ -1,4 +1,4 @@
(load-relative "loadtest.rktl") (load (collection-file-path "loadtest.rktl" "tests/racket"))
(require racket/gui/base (require racket/gui/base
mrlib/cache-image-snip mrlib/cache-image-snip