racket/collects/lang/tests/test-docs-complete.rkt
Robby Findler 507b1cd8fd moved the docs-complete library into rackunit
to avoid having a separate, new manual for the
  one library
2011-05-05 16:10:42 -05:00

16 lines
570 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote lang/test-error))
(check-docs (quote lang/run-teaching-program))
(check-docs (quote lang/prim))
(check-docs (quote lang/posn))
(check-docs (quote lang/plt-pretty-big))
(check-docs (quote lang/plt-pretty-big-text))
(check-docs (quote lang/imageeq))
(check-docs (quote lang/htdp-intermediate))
(check-docs (quote lang/htdp-intermediate-lambda))
(check-docs (quote lang/htdp-beginner))
(check-docs (quote lang/htdp-beginner-abbr))
(check-docs (quote lang/htdp-advanced))
(check-docs (quote lang/error))