summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-23 15:30:02 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-24 14:41:23 -0800
commitceb0790cd881f2464ffc167ed41ab009af97c1e5 (patch)
treeff11f2deb4da74d9a17003e2ec529d1927d21027 /Makefile
parente4d84948524844667c742d7d5e0b2c0c4295cde7 (diff)
downloadqtlocation-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95f4610d13..115ecc9aea 100644
--- a/Makefile
+++ b/Makefile
@@ -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 #####################################################