summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp34
1 files changed, 27 insertions, 7 deletions
diff --git a/test/test.gyp b/test/test.gyp
index b32f0f515a..07709ecc86 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -71,7 +71,7 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
]
},
{
@@ -87,7 +87,7 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
]
},
{
@@ -103,7 +103,26 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
+ ]
+ },
+ {
+ "target_name": "style_parser",
+ "product_name": "test_style_parser",
+ "type": "executable",
+ "libraries": [
+ "-lpthread",
+ ],
+ "sources": [
+ "./main.cpp",
+ "./style_parser.cpp",
+ "./fixtures/fixture_log.hpp",
+ "./fixtures/fixture_log.cpp",
+ ],
+ "dependencies": [
+ "../deps/gtest/gtest.gyp:gtest",
+ "../mapboxgl.gyp:mapboxgl",
+ "../mapboxgl.gyp:copy_fixtures",
]
},
{
@@ -119,7 +138,7 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
]
},
{
@@ -135,7 +154,7 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
]
},
{
@@ -151,7 +170,7 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
]
},
{
@@ -167,7 +186,7 @@
],
"dependencies": [
"../deps/gtest/gtest.gyp:gtest",
- "../mapboxgl.gyp:mapboxgl"
+ "../mapboxgl.gyp:mapboxgl",
]
},
{
@@ -203,6 +222,7 @@
"tile",
"functions",
"headless",
+ "style_parser",
"comparisons",
],
}