summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-17 12:32:27 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-17 12:32:27 +0100
commit85449e097c5fb28088c7866ad7e3b10683b30268 (patch)
tree70409c2b3eb9fd74e718a01420ab029e87c28526 /test/test.gyp
parent168ee4659e8499d0253587ec94ca1e548f770d87 (diff)
downloadqtlocation-mapboxgl-85449e097c5fb28088c7866ad7e3b10683b30268.tar.gz
add gtest
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test.gyp b/test/test.gyp
new file mode 100644
index 0000000000..400310fa10
--- /dev/null
+++ b/test/test.gyp
@@ -0,0 +1,8 @@
+{
+ 'includes': [
+ '../common.gypi',
+ '../config.gypi'
+ ],
+ 'targets': [
+ ]
+}