summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-05-18 13:33:53 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-05-22 10:44:18 +0300
commit6624dbb225817988b1f70489b3328fcb854a7210 (patch)
tree749e25da48b7820f43766dee507f94e81ed6eebb /test/test.gypi
parent6ef6591a526fd23e95f0ee854e8d57ee273ccf7e (diff)
downloadqtlocation-mapboxgl-6624dbb225817988b1f70489b3328fcb854a7210.tar.gz
Add ResourceLoader unit tests
This first test will simulate a request failure on every resource directly or indirectly loaded by the ResourceLoader. The idea is to verify whenever we are failing gracefully or not.
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 4a733b4570..8d0a44ab02 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -62,6 +62,7 @@
'resources/mock_file_source.cpp',
'resources/mock_file_source.hpp',
'resources/mock_view.hpp',
+ 'resources/resource_loader.cpp',
'storage/storage.hpp',
'storage/storage.cpp',