Protect touch call in test action with #ifndef WINDOWS macro

This commit is contained in:
NeonGraal 2012-04-26 10:47:29 +12:00
parent 4c0f523457
commit a697c0581a

View File

@ -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"]