add doctest.
This commit is contained in:
10
test/doctests.hs
Normal file
10
test/doctests.hs
Normal file
@@ -0,0 +1,10 @@
|
||||
module Main where
|
||||
|
||||
import Test.DocTest
|
||||
|
||||
main :: IO ()
|
||||
main = doctest [
|
||||
"-package"
|
||||
, "ghc"
|
||||
, "Language/Haskell/GhcMod.hs"
|
||||
]
|
||||
Reference in New Issue
Block a user