enable test command on windows

(test suite already enabled; this just enables help test)
This commit is contained in:
Joey Hess 2013-05-23 14:12:06 -04:00
parent f07cdf88ba
commit cfe07a2573

View file

@ -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,9 +141,7 @@ cmds = concat
#endif
#endif
#ifdef WITH_TESTSUITE
#ifndef __WINDOWS__
, Command.Test.def
#endif
#endif
]