blob: e42f544f24664c76e1a846f6522ec9ce02182869 [file] [log] [blame]
Greg Schlomoff2d069712022-03-16 18:47:08 -07001# This file is executed by CTest prior to running tests
2# It can be used to set extra properties on tests.
3#
4# Example:
5# set_tests_properties(MyTestSuite.SomeTest PROPERTIES LABELS foobar)
6#
7# For this to work:
8# 1. Use gtest_discover_tests() to add the test targets
9# 2. Call the set_test_include_files() macro at the end of each CMakeLists.txt that defines tests