summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-14 16:33:02 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-14 16:33:02 -0700
commitbdc97d55d28dc07da944fdde065b9e00edd6d6c2 (patch)
tree4321776091bb8af5bc8742e19b7dcbe1364553ba /test/test.gyp
parent37bb2ff0484bbac6bc23bd4be40d5006f74ed7c0 (diff)
downloadqtlocation-mapboxgl-bdc97d55d28dc07da944fdde065b9e00edd6d6c2.tar.gz
add enum class to unify parsing/stringification
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/test.gyp b/test/test.gyp
index c6869fd47d..95f22c2575 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -91,6 +91,22 @@
]
},
{
+ "target_name": "enums",
+ "product_name": "test_enums",
+ "type": "executable",
+ "libraries": [
+ "-lpthread",
+ ],
+ "sources": [
+ "./main.cpp",
+ "./enums.cpp",
+ ],
+ "dependencies": [
+ "../deps/gtest/gtest.gyp:gtest",
+ "../llmr.gyp:llmr-x86"
+ ]
+ },
+ {
"target_name": "variant",
"product_name": "test_variant",
"type": "executable",
@@ -167,6 +183,7 @@
"dependencies": [
"rotation_range",
"clip_ids",
+ "enums",
"variant",
"tile",
"functions",