enable test command on windows
(test suite already enabled; this just enables help test)
This commit is contained in:
parent
f07cdf88ba
commit
cfe07a2573
1 changed files with 0 additions and 4 deletions
|
@ -75,10 +75,8 @@ import qualified Command.XMPPGit
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_TESTSUITE
|
#ifdef WITH_TESTSUITE
|
||||||
#ifndef __WINDOWS__
|
|
||||||
import qualified Command.Test
|
import qualified Command.Test
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
cmds :: [Command]
|
cmds :: [Command]
|
||||||
cmds = concat
|
cmds = concat
|
||||||
|
@ -143,9 +141,7 @@ cmds = concat
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_TESTSUITE
|
#ifdef WITH_TESTSUITE
|
||||||
#ifndef __WINDOWS__
|
|
||||||
, Command.Test.def
|
, Command.Test.def
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue