summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-07-10 20:43:41 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-07-10 21:03:23 +0300
commit0d444026280a2c6bdffbcb302c871786fc14d9c3 (patch)
treef9a4884790cc86bfc774fefff0fc844c841ce6c9 /test/test.gypi
parent8a9665b08546408dabc4a0a59102039fda58a503 (diff)
downloadqtlocation-mapboxgl-0d444026280a2c6bdffbcb302c871786fc14d9c3.tar.gz
Move MockFileSource to fixtures
It is going to be used by another test that needs to emulate asynchronous requests.
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.gypi b/test/test.gypi
index c32b02746a..ece68fcc8e 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -30,6 +30,9 @@
],
'sources': [
'fixtures/main.cpp',
+ 'fixtures/mock_file_source.cpp',
+ 'fixtures/mock_file_source.hpp',
+ 'fixtures/mock_view.hpp',
'fixtures/util.hpp',
'fixtures/util.cpp',
'fixtures/fixture_log_observer.hpp',
@@ -83,9 +86,6 @@
'storage/http_other_loop.cpp',
'storage/http_reading.cpp',
- 'style/mock_file_source.cpp',
- 'style/mock_file_source.hpp',
- 'style/mock_view.hpp',
'style/pending_resources.cpp',
'style/resource_loading.cpp',
'style/sprite.cpp',