From ceb0790cd881f2464ffc167ed41ab009af97c1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 23 Dec 2015 15:30:02 -0800 Subject: [osx] Unit tests Added an XCTest bundle to the osxsdk scheme. It contains some basic tests of shared iOS/OS X code. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 ##################################################### -- cgit v1.2.1