Added a test that requires the 'doc submodule. Normally this is done while building the document with scribble anyway.

This commit is contained in:
Georges Dupéron 2016-06-17 16:21:55 +02:00
parent 0ed3923079
commit bd6ffb9b6a

3
test/test-doc.rkt Normal file
View File

@ -0,0 +1,3 @@
#lang racket/base
(require (submod "test.hl.rkt" doc))