summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2019-11-08 09:34:12 -0800
committerDane Springmeyer <dane@mapbox.com>2019-11-08 09:34:12 -0800
commitaa7b8c8f6cd540e717777997ee907fa2d6bcf5e6 (patch)
treee4a7fa977e756cac84e5934cabe4a8bae0109186
parent55e18a6f81f3b8ee61c3eb70b0d1cbe9a861e44f (diff)
downloadqtlocation-mapboxgl-upstream/fix-render-test-linking.tar.gz
Fix linking error in render-testupstream/fix-render-test-linking
``` Undefined symbols for architecture x86_64: "mbgl::ProxyFileSource::getRequestCount()", referenced from: TestRunner::runOperations(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, TestMetadata&, RunContext&) in runner.cpp.o "mbgl::ProxyFileSource::isTrackingActive()", referenced from: TestRunner::runOperations(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, TestMetadata&, RunContext&) in runner.cpp.o "mbgl::ProxyFileSource::setTrackingActive(bool)", referenced from: TestRunner::runOperations(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, TestMetadata&, RunContext&) in runner.cpp.o TestRunner::run(TestMetadata&) in runner.cpp.o "mbgl::ProxyFileSource::getTransferredSize()", referenced from: TestRunner::runOperations(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, TestMetadata&, RunContext&) in runner.cpp.o ``` Fixes Debug build on OS X with clang-8
-rw-r--r--cmake/render-test.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/render-test.cmake b/cmake/render-test.cmake
index 2b00041dfa..87f9acefe6 100644
--- a/cmake/render-test.cmake
+++ b/cmake/render-test.cmake
@@ -3,6 +3,8 @@ add_executable(
expression-test/test_runner_common.cpp
expression-test/test_runner_common.hpp
platform/default/src/mbgl/render-test/main.cpp
+ render-test/file_source.cpp
+ render-test/file_source.hpp
render-test/allocation_index.cpp
render-test/allocation_index.hpp
render-test/filesystem.hpp