diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-04 18:01:14 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-09 17:53:34 +0200 |
commit | 7eee124677983a01bbbddaa8005b399c277df5dd (patch) | |
tree | 60f79996792001b4e6051bf0037b3223cf794e3b /next | |
parent | 590991700d4cacf37fd1d1c9801c059cd4b82ad3 (diff) | |
download | qtlocation-mapboxgl-7eee124677983a01bbbddaa8005b399c277df5dd.tar.gz |
[metrics] Create gcc8-release metrics configuration
Diffstat (limited to 'next')
-rw-r--r-- | next/platform/linux/linux.cmake | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake index fdbe8a9171..5374ede323 100644 --- a/next/platform/linux/linux.cmake +++ b/next/platform/linux/linux.cmake @@ -135,20 +135,9 @@ add_test( --seed=${MBGL_RENDER_TEST_SEED} ) -if(CMAKE_C_COMPILER MATCHES clang OR CMAKE_BUILD_TYPE MATCHES Debug) - add_test( - NAME mbgl-render-test-probe-unit-tests - COMMAND mbgl-render-test-runner tests --manifestPath=${MBGL_ROOT}/render-test/linux-probe-manifest.json - ) -else() - add_test( - NAME mbgl-render-test-probe-gfx-network - COMMAND mbgl-render-test-runner render-tests --manifestPath=${MBGL_ROOT}/render-test/linux-manifest-probe-gfx-network.json - ) - add_test( - NAME mbgl-render-test-probe-memory - COMMAND mbgl-render-test-runner render-tests --manifestPath=${MBGL_ROOT}/render-test/linux-manifest-probe-memory.json - ) -endif() +add_test( + NAME mbgl-render-test-probe-unit-tests + COMMAND mbgl-render-test-runner tests --manifestPath=${MBGL_ROOT}/render-test/linux-probe-manifest.json +) add_test(NAME mbgl-query-test COMMAND mbgl-render-test-runner query-tests --manifestPath=${MBGL_ROOT}/render-test/linux-query-manifest.json) |