summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-01 14:31:39 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-01 14:31:39 -0400
commit36f695b4112e83c1c71e05a94215bc5bd9447a90 (patch)
tree26ae4a700c3ef7aaaeb2889cb08599d7b0b04f69 /test/test.gypi
parent51c069502880e38a6dabf520c032fd6f293ee744 (diff)
downloadqtlocation-mapboxgl-36f695b4112e83c1c71e05a94215bc5bd9447a90.tar.gz
Write SQLite tests in terms of Impl
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.gypi b/test/test.gypi
index f025b1b829..1c81b76c76 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -17,7 +17,7 @@
},
{ 'target_name': 'test',
'type': 'executable',
- 'include_dirs': [ '../include', '../src' ],
+ 'include_dirs': [ '../include', '../src', '../platform/default' ],
'dependencies': [
'symlink_TEST_DATA',
'../mbgl.gyp:core',