racket/collects/tests/htdp-lang
2010-11-25 12:01:44 -05:00
..
advanced.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
beg-adv.rktl Closing pr11216. Adding one armed check-error to teaching languages. 2010-09-16 21:00:05 -06:00
beg-bega.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
beg-intm.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
beg-intml.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
bega-adv.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
beginner-abbr.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
beginner.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
htdp-image.rktl Fixes usage of argb-pixels 2010-11-25 12:01:44 -05:00
htdp-test.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05: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 moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
intm-adv.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
intm-intml.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
intmlam-adv.rktl moved the teaching language test suites to their own directory 2010-09-02 15:41:02 -05:00
README added 'function', Closes PR 11283 2010-10-13 10:31:00 -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.