disable test suite on Android

Cannot get QuickCheck to install just now.
This commit is contained in:
Joey Hess 2013-02-27 15:59:31 -04:00
parent f5676104f8
commit feb5470c0b
4 changed files with 21 additions and 2 deletions

View file

@ -77,7 +77,9 @@ import qualified Command.WebApp
import qualified Command.XMPPGit
#endif
#endif
#ifdef WITH_TESTUITE
import qualified Command.Test
#endif
cmds :: [Command]
cmds = concat
@ -136,7 +138,9 @@ cmds = concat
, Command.XMPPGit.def
#endif
#endif
#ifdef WITH_TESTUITE
, Command.Test.def
#endif
]
options :: [Option]