racket/pkgs/racket-test/tests/file/test-docs-complete.rkt
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

12 lines
339 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote file/zip))
(check-docs (quote file/tar))
(check-docs (quote file/sha1))
(check-docs (quote file/resource))
(check-docs (quote file/md5))
(check-docs (quote file/gzip))
(check-docs (quote file/gunzip))
(check-docs (quote file/gif))
(check-docs (quote file/convertible))