X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=test%2FDoctests.hs;h=ebbe586e0d5b34e9fce2587126816942471170b3;hp=0c9ec0a3fd7c7715df72fdf1382d85dedb7cc646;hb=HEAD;hpb=a896a1012dcceba38d7344e03bd784b17243fad7 diff --git a/test/Doctests.hs b/test/Doctests.hs index 0c9ec0a..ebbe586 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -1,4 +1,4 @@ -module Main +module Main (main) where import Test.DocTest (doctest) @@ -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