diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-17 12:32:27 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-17 12:32:27 +0100 |
commit | 85449e097c5fb28088c7866ad7e3b10683b30268 (patch) | |
tree | 70409c2b3eb9fd74e718a01420ab029e87c28526 /test/test.gyp | |
parent | 168ee4659e8499d0253587ec94ca1e548f770d87 (diff) | |
download | qtlocation-mapboxgl-85449e097c5fb28088c7866ad7e3b10683b30268.tar.gz |
add gtest
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 8 |
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': [ + ] +} |