summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-14 14:16:00 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-16 22:46:24 -0700
commitbe8f83770d0a86e15ff395958b970cd69ab9c2d7 (patch)
tree6ed8ce4f634ac0704b5f795c66aa0b70bdd1980c /.gitmodules
parentf791eb32b9ebe96845e87e5a6acd3ee46182c1d5 (diff)
downloadqtlocation-mapboxgl-be8f83770d0a86e15ff395958b970cd69ab9c2d7.tar.gz
[ios, osx] Shared test bundle
The iOS and OS X SDKs now share a non-UI test bundle. Moved the iOS UI test bundle into a uitest/ subdirectory and moved the OS X SDK tests into the darwin/ subdirectory. Upgraded KIF to v3.4.2.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index e27b5bc8b7..8eea444671 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,11 +2,10 @@
path = .mason
url = https://github.com/mapbox/mason.git
-[submodule "test/ios/KIF"]
- path = platform/ios/test/KIF
- url = https://github.com/kif-framework/KIF.git
-
[submodule "platform/ios/vendor/SMCalloutView"]
path = platform/ios/vendor/SMCalloutView
url = https://github.com/nfarina/calloutview.git
+[submodule "platform/ios/uitest/KIF"]
+ path = platform/ios/uitest/KIF
+ url = https://github.com/kif-framework/KIF.git