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
|
||||
#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
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue