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. --- gyp/osx.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/osx.gyp b/gyp/osx.gyp index 86f4b44dfa..7501dd8ba0 100644 --- a/gyp/osx.gyp +++ b/gyp/osx.gyp @@ -2,6 +2,7 @@ 'includes': [ '../platform/osx/app/mapboxgl-app.gypi', '../platform/osx/sdk/framework-osx.gypi', + '../platform/osx/test/osxtest.gypi', '../platform/linux/mapboxgl-app.gypi', '../test/test.gypi', '../bin/render.gypi', -- cgit v1.2.1