racket/collects/profile/tests/test-docs-complete.rkt

10 lines
316 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote profile/utils))
(check-docs (quote profile/structs))
(check-docs (quote profile/sampler))
(check-docs (quote profile/render-text))
(check-docs (quote profile/render-graphviz))
(check-docs (quote profile))
(check-docs (quote profile/analyzer))