move 2htdp tests into the htdp-test pkg
This commit is contained in:
parent
8851f8f727
commit
4b8bd22605
|
@ -1,5 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define name "HtDP/2e Teachpacks")
|
||||
(define compile-omit-paths
|
||||
'("tests" "uchat" "utest"))
|
||||
|
|
4
pkgs/htdp-pkgs/htdp-test/2htdp/info.rkt
Normal file
4
pkgs/htdp-pkgs/htdp-test/2htdp/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang info
|
||||
|
||||
(define compile-omit-paths
|
||||
'("tests" "uchat" "utest"))
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
@ -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\"")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user