summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-16 14:38:46 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-16 14:39:19 -0700
commit17b1c6fd414c997720765e96008cddfa3ba1c607 (patch)
tree54a82474d46568674a783785d8f3c3ee3d66a376 /test/test.gyp
parent3adad61b82ed140195756a5fce6717d0c63e79d9 (diff)
downloadqtlocation-mapboxgl-17b1c6fd414c997720765e96008cddfa3ba1c607.tar.gz
update value semanatics to be closer to js and add filter expression tests
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 95f22c2575..0f065a5beb 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -123,6 +123,22 @@
]
},
{
+ "target_name": "expressions",
+ "product_name": "test_expressions",
+ "type": "executable",
+ "libraries": [
+ "-lpthread",
+ ],
+ "sources": [
+ "./main.cpp",
+ "./expressions.cpp",
+ ],
+ "dependencies": [
+ "../deps/gtest/gtest.gyp:gtest",
+ "../llmr.gyp:llmr-x86"
+ ]
+ },
+ {
"target_name": "tile",
"product_name": "test_tile",
"type": "executable",
@@ -188,6 +204,7 @@
"tile",
"functions",
"headless",
+ "expressions",
],
}
]