aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Command.hs')
-rw-r--r--test/Tests/Command.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Tests/Command.hs b/test/Tests/Command.hs
index eeb43604a..7c47870aa 100644
--- a/test/Tests/Command.hs
+++ b/test/Tests/Command.hs
@@ -1,4 +1,15 @@
{-# LANGUAGE NoImplicitPrelude #-}
+{- |
+ Module : Tests.Command
+ Copyright : © 2006-2019 John MacFarlane
+ License : GNU GPL, version 2 or above
+
+ Maintainer : John MacFarlane <jgm@berkeley@edu>
+ Stability : alpha
+ Portability : portable
+
+Run commands, and test results, defined in markdown files.
+-}
module Tests.Command (findPandoc, runTest, tests)
where