hyper-literate/collects/help/tests/test-docs-complete.rkt
Robby Findler d429fda9d9 moved the docs-complete library into rackunit
to avoid having a separate, new manual for the
  one library

original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795
2011-05-05 16:10:42 -05:00

8 lines
225 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote help/search))
(check-docs (quote help/installer))
(check-docs (quote help/help))
(check-docs (quote help/help-utils))
(check-docs (quote help/bug-report))