diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-04-23 17:54:08 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-04-23 17:54:08 -0700 |
commit | b528d7cc039f2a0abbf1eb6c77a7fc2099bc3a19 (patch) | |
tree | f7f585c1e3795f3746e8cafc76a4cf3ab933e788 /Makefile | |
parent | 75980a8905b9130ef7a87eb65c66c8a98437c081 (diff) | |
download | qtlocation-mapboxgl-b528d7cc039f2a0abbf1eb6c77a7fc2099bc3a19.tar.gz |
fixes #830, #880: bring back iOS functional tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,9 @@ styles/styles: SMCalloutView: git submodule update --init platform/ios/vendor/SMCalloutView +KIF: + git submodule update --init test/ios/KIF + #### Library builds ############################################################ .PRECIOUS: Makefile/mbgl @@ -129,6 +132,9 @@ isim: Xcode/ios ipackage: clean Xcode/ios ./scripts/package_ios.sh +itest: ipackage KIF + ./scripts/test_ios.sh + # Legacy name iproj: ios-proj |