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

11 lines
341 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote make/setup-extension))
(check-docs (quote make/make))
(check-docs (quote make/make-unit))
(check-docs (quote make/make-sig))
(check-docs (quote make))
(check-docs (quote make/collection))
(check-docs (quote make/collection-unit))
(check-docs (quote make/collection-sig))