summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-24 15:28:13 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-14 14:18:19 -0700
commit7de9e196d776e5be972d2e75fc5b290b5e01b33c (patch)
tree5cded3a4044356581967f99238902dbc7ed50535 /test/test.gypi
parent3af3e72bb3cb3f05b33be304d59e66cc244ef4d9 (diff)
downloadqtlocation-mapboxgl-7de9e196d776e5be972d2e75fc5b290b5e01b33c.tar.gz
[tests] Rationalize storage tests
Properly divide Storage tests into DefaultFileSource, OnlineFileSource, and HTTPFileSource tests.
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi16
1 files changed, 3 insertions, 13 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 6b3b43bd0c..b8b61ebf9c 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -45,24 +45,14 @@
'map/tile.cpp',
'map/transform.cpp',
- 'storage/storage.hpp',
- 'storage/storage.cpp',
- 'storage/default_file_source.cpp',
'storage/offline.cpp',
'storage/offline_database.cpp',
'storage/offline_download.cpp',
'storage/asset_file_source.cpp',
+ 'storage/default_file_source.cpp',
+ 'storage/http_file_source.cpp',
+ 'storage/online_file_source.cpp',
'storage/headers.cpp',
- 'storage/http_cancel.cpp',
- 'storage/http_error.cpp',
- 'storage/http_expires.cpp',
- 'storage/http_header_parsing.cpp',
- 'storage/http_issue_1369.cpp',
- 'storage/http_load.cpp',
- 'storage/http_other_loop.cpp',
- 'storage/http_retry_network_status.cpp',
- 'storage/http_reading.cpp',
- 'storage/http_timeout.cpp',
'storage/resource.cpp',
'style/glyph_store.cpp',