summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 15:59:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 15:59:31 -0400
commit5f411d144c343924849c93b203b393a33e395ce9 (patch)
treeaf657accecdc995cc856f6674f87affa87a65dd2 /GitAnnex.hs
parent58237dbf4738dd48e197edcd092a2db055d926d8 (diff)
disable test suite on Android
Cannot get QuickCheck to install just now.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 278a66358..17bd75987 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -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]