diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-02-18 13:26:44 +0100 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-22 11:56:01 -0700 |
commit | c587eefbb1290cc01e3e14a0ae18a2d316a498fd (patch) | |
tree | 85f3ba7e5997fa1d9d1a0305ce563741cb772d5d /gyp/ios.gyp | |
parent | db5ac4785fdc02b4e233201bb3c6f55270e3c65d (diff) | |
download | qtlocation-mapboxgl-c587eefbb1290cc01e3e14a0ae18a2d316a498fd.tar.gz |
[ios] make unit tests work on iOS and iOS Simulator
Diffstat (limited to 'gyp/ios.gyp')
-rw-r--r-- | gyp/ios.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/ios.gyp b/gyp/ios.gyp index 6798384ef4..f07805d315 100644 --- a/gyp/ios.gyp +++ b/gyp/ios.gyp @@ -3,5 +3,6 @@ '../platform/ios/app/mapboxgl-app.gypi', '../platform/ios/framework/framework-ios.gypi', '../platform/ios/benchmark/benchmark-ios.gypi', + '../test/test.gypi', ], } |