]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - test/Doctests.hs
list-remote-forwards.cabal: delete the redundant description
[list-remote-forwards.git] / test / Doctests.hs
index 2e15a1414ffe218832f6893fb8418d157f3c0133..00413671aa8ab0b774f7490d6b1efbccfcc8a4ee 100644 (file)
@@ -1,7 +1,7 @@
 module Main (main)
 where
 
-import Test.DocTest
+import Test.DocTest ( doctest )
 import System.FilePath.Find ((==?), always, extension, find)
 
 find_sources :: IO [FilePath]
@@ -10,4 +10,4 @@ find_sources = find always (extension ==? ".hs") "src/"
 main :: IO ()
 main = do
   sources <- find_sources
-  doctest $ ["-isrc", "-idist/build/autogen"] ++ sources
+  doctest $ ["-isrc", "-idist/build/list-remote-forwards/autogen" ] ++ sources