From 4b81c924cc52e557fcae63725cd07a052ad1f4f7 Mon Sep 17 00:00:00 2001 From: Anand Thakker Date: Tue, 28 Feb 2017 14:11:35 -0800 Subject: [core] Log Memory.Footprint test results (#8170) * Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc --- cmake/test-files.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/test-files.cmake') 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 -- cgit v1.2.1