racket/collects/algol60/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
344 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote algol60/simplify))
(check-docs (quote algol60/runtime))
(check-docs (quote algol60/prims))
(check-docs (quote algol60/parse))
(check-docs (quote algol60/compile))
(check-docs (quote algol60/cfg-parser))
(check-docs (quote algol60/base))
(check-docs (quote algol60/algol60))