diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-01-18 15:17:07 +0100 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-01-18 19:06:32 +0100 |
commit | 49da57393a5c5ddff1a7f60620c38858643b1220 (patch) | |
tree | ab03d4176afac09f8b19e79cd54c852cc65a59ba /cmake | |
parent | c637a658db64c69c6052836790f5e6ef7bcda69c (diff) | |
download | qtlocation-mapboxgl-49da57393a5c5ddff1a7f60620c38858643b1220.tar.gz |
[core] Remove platform-specific main.cpp from MBGL_TEST_FILES
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index bf908e758c..5d2b63d13f 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -43,9 +43,6 @@ set(MBGL_TEST_FILES test/sprite/sprite_image.test.cpp test/sprite/sprite_parser.test.cpp - # src - test/src/main.cpp - # src/mbgl/test test/src/mbgl/test/conversion_stubs.hpp test/src/mbgl/test/fake_file_source.hpp |