summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 249be64076..8ae475d1c1 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -77,8 +77,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl-standalone',
- '../mapboxgl.gyp:copy_fixtures',
+ '../mapboxgl.gyp:mbgl-standalone'
],
'conditions': [
['OS == "mac"', { 'xcode_settings': { 'OTHER_LDFLAGS': [ '<@(ldflags)' ] }