blob: ad65ef5659b983fb986102458fd918cc7e79bbe3 [file] [log] [blame]
# This file is executed by CTest prior to running tests
# It can be used to set extra properties on tests.
#
# Example:
# set_tests_properties(MyTestSuite.SomeTest PROPERTIES LABELS foobar)
#
# For this to work, use gtest_discover_tests() to add the test targets