racket/collects/tests/htdp-lang
Eli Barzilay 2c19677358 Make some .rktl tests run with "racket".
With this commit, all of the leftover mentions of gracket in
`drdr:command-line' are things that pop up windows.
2012-06-19 03:18:23 -04:00
..
pr Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
advanced.rktl adjust *SL error-message rewriting 2012-06-03 11:09:32 +08:00
beg-adv.rktl rewrite contract error messages for *SL 2012-06-05 17:53:27 +08:00
beg-bega.rktl another *SL error-message repair 2012-06-12 06:02:57 +08:00
beg-intm.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
beg-intml.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
bega-adv.rktl rewrite contract error messages for *SL 2012-06-05 17:53:27 +08:00
beginner-abbr.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
beginner.rktl fix ASL `(begin0)' error message 2011-07-07 10:57:04 -06:00
htdp-image.rktl Make some .rktl tests run with "racket". 2012-06-19 03:18:23 -04:00
htdp-test.rktl adjust *SL error-message rewriting 2012-06-03 11:09:32 +08:00
htdp.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
intermediate-lambda.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
intermediate.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
intm-adv.rktl another *SL error-message repair 2012-06-12 06:02:57 +08:00
intm-intml.rktl Use the correct #%app for applications of `local' bound identifiers in the student languages. 2012-03-24 16:04:08 -04:00
intmlam-adv.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
prim.rkt fix define-primitive' and provide-primitive' 2011-07-09 16:57:56 -06:00
README added 'function', Closes PR 11283 2010-10-13 10:31:00 -04:00
syntax.rkt Use the correct #%app for applications of `local' bound identifiers in the student languages. 2012-03-24 16:04:08 -04:00

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
  $ racket -qr htdp.rktl
  
htdp-image.rktl
  load this file in gracket to run the htdp/image tests
  $ gracket -qr htdp-image.rktl 

See beginner.rktl for more.