racket/collects/planet/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
451 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote planet/version))
(check-docs (quote planet/util))
(check-docs (quote planet/syntax))
(check-docs (quote planet/scribble))
(check-docs (quote planet/resolver))
(check-docs (quote planet/raco))
(check-docs (quote planet/planet))
(check-docs (quote planet/planet-archives))
(check-docs (quote planet/parsereq))
(check-docs (quote planet/config))
(check-docs (quote planet/cachepath))