diff options
author | Anand Thakker <anandthakker@users.noreply.github.com> | 2017-02-28 14:11:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-28 14:11:35 -0800 |
commit | 4b81c924cc52e557fcae63725cd07a052ad1f4f7 (patch) | |
tree | e53c5d304b3ee5600c4ca90db7a2a80a051aa0da /cmake | |
parent | f8766f704a13d0bff7c04b346fe2653d314684fa (diff) | |
download | qtlocation-mapboxgl-4b81c924cc52e557fcae63725cd07a052ad1f4f7.tar.gz |
[core] Log Memory.Footprint test results (#8170)
* Log Memory.Footprint test output
* On CI, only run Memory.Footprint test with libjemalloc
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index b2bff6c72a..59929bbb70 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -48,6 +48,8 @@ set(MBGL_TEST_FILES test/src/mbgl/test/fake_file_source.hpp test/src/mbgl/test/fixture_log_observer.cpp test/src/mbgl/test/fixture_log_observer.hpp + test/src/mbgl/test/getrss.cpp + test/src/mbgl/test/getrss.hpp test/src/mbgl/test/stub_file_source.cpp test/src/mbgl/test/stub_file_source.hpp test/src/mbgl/test/stub_geometry_tile_feature.hpp |