diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 23:26:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 23:26:14 -0400 |
commit | f6f52431d8757c920ecd4c7ec40b9e5b272959b0 (patch) | |
tree | e092ee04f673edcb7548b915b8d28077f9751243 /Makefile | |
parent | 0b141f6949ceb0ecb82d51035aec1a4a2839552b (diff) |
Android: Enable test suite.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |