separated automatic from manual test so that drdr can run the former
This commit is contained in:
parent
ef535cf476
commit
5a8479b998
17
pkgs/htdp-pkgs/htdp-test/2htdp/xmanual
Normal file
17
pkgs/htdp-pkgs/htdp-test/2htdp/xmanual
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
run() {
|
||||
exe="gracket"
|
||||
if [ "x$1" = "x-t" ]; then exe="racket"; shift; fi
|
||||
"$exe" "$1"
|
||||
echo "done:--- $1 ---"
|
||||
echo ""
|
||||
}
|
||||
|
||||
cd tests
|
||||
|
||||
run random-seed-works.rkt
|
||||
run mouse-evt.rkt
|
||||
run release.rkt
|
||||
run on-release-no-key.rkt
|
||||
run pad1.rkt
|
|
@ -10,7 +10,6 @@ run() {
|
|||
|
||||
cd tests
|
||||
|
||||
run random-seed-works.rkt
|
||||
run bitmap-as-image-in-universe.rkt
|
||||
run key-error.rkt
|
||||
run to-draw-error.rkt
|
||||
|
@ -28,11 +27,9 @@ run full-scene-visible.rkt
|
|||
run image-too-large.rkt
|
||||
run image-equality-performance-htdp.rkt
|
||||
run image-equality-performance.rkt
|
||||
run mouse-evt.rkt
|
||||
run on-tick-defined.rkt
|
||||
run perform-robby.rkt
|
||||
run profile-robby.rkt
|
||||
run release.rkt
|
||||
run stop.rkt
|
||||
run test-image.rkt
|
||||
run ufo-rename.rkt
|
||||
|
@ -45,7 +42,6 @@ run stop-when-crash.rkt
|
|||
run stop-when-not-boolean.rkt
|
||||
run on-tick-universe-with-limit.rkt
|
||||
run on-tick-with-limit.rkt
|
||||
run on-release-no-key.rkt
|
||||
run struct-universe.rkt
|
||||
run universe-receive.rkt
|
||||
run universe-restart.rkt
|
||||
|
|
Loading…
Reference in New Issue
Block a user