summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-23 14:12:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-23 14:12:06 -0400
commit5bc8e4b6312ce2af5a62bb0bf09f392dcd66a6b1 (patch)
treeeebc0c5651b3499341a489ac40bb0433443a85d8
parent2967e74fe37985dd45c25d6abc1e64cf3d734503 (diff)
enable test command on windows
(test suite already enabled; this just enables help test)
-rw-r--r--GitAnnex.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index ef6e0303a..65cb9363e 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -75,10 +75,8 @@ import qualified Command.XMPPGit
#endif
#endif
#ifdef WITH_TESTSUITE
-#ifndef __WINDOWS__
import qualified Command.Test
#endif
-#endif
cmds :: [Command]
cmds = concat
@@ -143,10 +141,8 @@ cmds = concat
#endif
#endif
#ifdef WITH_TESTSUITE
-#ifndef __WINDOWS__
, Command.Test.def
#endif
-#endif
]
header :: String