add doctest.

This commit is contained in:
Kazu Yamamoto
2013-09-20 21:10:31 +09:00
parent 4426f7fd0f
commit 6bbe9e5df9
2 changed files with 19 additions and 0 deletions

10
test/doctests.hs Normal file
View File

@@ -0,0 +1,10 @@
module Main where
import Test.DocTest
main :: IO ()
main = doctest [
"-package"
, "ghc"
, "Language/Haskell/GhcMod.hs"
]