diff --git a/yesod/main.hs b/yesod/main.hs index 4457a974..cd961ef7 100755 --- a/yesod/main.hs +++ b/yesod/main.hs @@ -38,7 +38,9 @@ main = do #endif "devel":rest -> devel isDev rest "test":_ -> do +#ifndef WINDOWS touch +#endif rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"] rawSystem' cmd ["build"] rawSystem' cmd ["test"]