diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-23 15:30:02 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-24 14:41:23 -0800 |
commit | ceb0790cd881f2464ffc167ed41ab009af97c1e5 (patch) | |
tree | ff11f2deb4da74d9a17003e2ec529d1927d21027 /Makefile | |
parent | e4d84948524844667c742d7d5e0b2c0c4295cde7 (diff) | |
download | qtlocation-mapboxgl-ceb0790cd881f2464ffc167ed41ab009af97c1e5.tar.gz |
[osx] Unit tests
Added an XCTest bundle to the osxsdk scheme. It contains some basic tests of shared iOS/OS X code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,9 +56,10 @@ ipackage-no-bitcode: Xcode/ios ; @JOBS=$(JOBS) ./platform/ios/scripts/package.sh iframework: ipackage-strip ; ./platform/ios/scripts/framework.sh itest: ipackage-sim ; ./platform/ios/scripts/test.sh -.PHONY: xpackage xpackage-strip +.PHONY: xpackage xpackage-strip xctest xpackage: Xcode/osx ; @JOBS=$(JOBS) ./platform/osx/scripts/package.sh xpackage-strip: Xcode/osx ; @JOBS=$(JOBS) ./platform/osx/scripts/package.sh strip +xctest: Xcode/osx ; @JOBS=$(JOBS) ./platform/osx/scripts/test.sh endif #### All platforms targets ##################################################### |