Skip to content
Snippets Groups Projects
Commit 1e440f41 authored by tholenst's avatar tholenst Committed by Copybara-Service
Browse files

Tink CMake: Simplify the handling of tests.

The previous syntax for GTEST_ADD_TESTS only works with later versions of cmake, see e.g. https://cmake.org/cmake/help/v3.7/module/FindGTest.html?highlight=gtest_add_tests

Since we use cmake 3.7.1 in kokoro we cannot run these tests like this. Furthermore, the function gtest_add_tests is problematic for parametrized tests. Hence, we remove it and replace it with the simpler add_tests.

PiperOrigin-RevId: 253555478
parent 84f5050c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment