aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-09 15:53:18 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-09 16:03:30 +0200
commit718acbf954b1318c6a90ba0f9c79e63f398fb498 (patch)
treec5c99374ed368d07348d17212527c4e86297f061 /.gitmodules
parent9320d2d8a204496ace8f973a59594ccd698a2170 (diff)
downloadopen-keychain-718acbf954b1318c6a90ba0f9c79e63f398fb498.tar.gz
open-keychain-718acbf954b1318c6a90ba0f9c79e63f398fb498.tar.bz2
open-keychain-718acbf954b1318c6a90ba0f9c79e63f398fb498.zip
put unit tests into external module (CAVEAT)
this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index b7b0e1173..956362d4b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -31,6 +31,6 @@
[submodule "extern/minidns"]
path = extern/minidns
url = https://github.com/open-keychain/minidns.git
-[submodule "OpenKeychain/src/test/resources/extern/OpenPGP-Haskell"]
- path = OpenKeychain/src/test/resources/extern/OpenPGP-Haskell
+[submodule "OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell"]
+ path = OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell
url = https://github.com/singpolyma/OpenPGP-Haskell.git