X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;h=00413671aa8ab0b774f7490d6b1efbccfcc8a4ee;hb=1cd1070a7269645f62175c1d9bad905676888642;hp=81bc6204d4b51ec0075dbbca4576643f7888f1c6;hpb=104a5e0ee2fd123fdeca00b61869837fd787857e;p=list-remote-forwards.git diff --git a/test/Doctests.hs b/test/Doctests.hs index 81bc620..0041367 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -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