racket/collects/graphics/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

14 lines
533 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote graphics/value-turtles))
(check-docs (quote graphics/value-turtles-test))
(check-docs (quote graphics/value-turtles-examples))
(check-docs (quote graphics/turtles))
(check-docs (quote graphics/turtle-test))
(check-docs (quote graphics/turtle-examples))
(check-docs (quote graphics))
(check-docs (quote graphics/graphics))
(check-docs (quote graphics/graphics-unit))
(check-docs (quote graphics/graphics-sig))
(check-docs (quote graphics/graphics-posn-less-unit))