move 2htdp tests into the htdp-test pkg

This commit is contained in:
Robby Findler 2013-08-12 16:22:49 -05:00
parent 8851f8f727
commit 4b8bd22605
64 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,3 @@
#lang info
(define name "HtDP/2e Teachpacks")
(define compile-omit-paths
'("tests" "uchat" "utest"))

View File

@ -0,0 +1,4 @@
#lang info
(define compile-omit-paths
'("tests" "uchat" "utest"))

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1,14 +1,15 @@
#lang info
(define collection 'multi)
(define deps '())
(define build-deps '("base"
"htdp-lib"
"compatibility-lib"
(define deps '("base"
"htdp-lib"))
(define build-deps '("compatibility-lib"
"gui-lib"
"racket-test"
"rackunit-lib"
"wxme-lib"))
"profile-lib"
"wxme-lib"
"scribble-lib"))
(define pkg-desc "tests for \"htdp\"")