summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/test.gyp b/test/test.gyp
index af7dd97eed..012d88e56b 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -20,9 +20,10 @@
'include_dirs': [ '../include', '../src' ],
'dependencies': [
'symlink_TEST_DATA',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../mapboxgl.gyp:mbgl-headless',
+ '../mbgl.gyp:<(core_library)',
+ '../mbgl.gyp:<(platform_library)',
+ '../mbgl.gyp:<(storage_library)',
+ '../mbgl.gyp:<(headless_library)',
'../deps/gtest/gtest.gyp:gtest'
],
'sources': [