From bd6ffb9b6a9efd44de00789a8578daff2028f346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 17 Jun 2016 16:21:55 +0200 Subject: [PATCH] Added a test that requires the 'doc submodule. Normally this is done while building the document with scribble anyway. --- test/test-doc.rkt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/test-doc.rkt diff --git a/test/test-doc.rkt b/test/test-doc.rkt new file mode 100644 index 00000000..e3378c0f --- /dev/null +++ b/test/test-doc.rkt @@ -0,0 +1,3 @@ +#lang racket/base + +(require (submod "test.hl.rkt" doc))