From be8f83770d0a86e15ff395958b970cd69ab9c2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 14 Apr 2016 14:16:00 -0700 Subject: [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. --- .gitmodules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.1