From 5f411d144c343924849c93b203b393a33e395ce9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Feb 2013 15:59:31 -0400 Subject: disable test suite on Android Cannot get QuickCheck to install just now. --- GitAnnex.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GitAnnex.hs') 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] -- cgit v1.2.3