X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=test%2FDoctests.hs;h=ebbe586e0d5b34e9fce2587126816942471170b3;hp=22124b13cc5cd7d57c7c055420e5be07e9b04f59;hb=HEAD;hpb=eeac9e8ca58f18971590bf3ceda04913ed030949 diff --git a/test/Doctests.hs b/test/Doctests.hs index 22124b1..ebbe586 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/haeredes/autogen" ] ++ sources