diff --git a/collects/tests/htdp-lang/README b/collects/tests/htdp-lang/README new file mode 100644 index 0000000000..f149816a20 --- /dev/null +++ b/collects/tests/htdp-lang/README @@ -0,0 +1,9 @@ +The files in this directory test the teaching language implementation. + +htdp.rktl + load this file (racket -qr htdp.rktl) to run most of the tests + +htdp-image.rktl + load this file in gracket to run the htdp/image tests + +See beginner.rktl for more.