summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 23:26:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 23:26:14 -0400
commitf6f52431d8757c920ecd4c7ec40b9e5b272959b0 (patch)
treee092ee04f673edcb7548b915b8d28077f9751243 /Makefile
parent0b141f6949ceb0ecb82d51035aec1a4a2839552b (diff)
Android: Enable test suite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9de38f840..5cb0fa317 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ android:
cabal configure
# cabal cannot cross compile with custom build type, so workaround
sed -i 's/Build-type: Custom/Build-type: Simple/' git-annex.cabal
- $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal configure -f'Android Assistant -Pairing -Webapp -TestSuite'
+ $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal configure -f'Android Assistant -Pairing -Webapp'
$(MAKE) git-annex
sed -i 's/Build-type: Simple/Build-type: Custom/' git-annex.cabal