unplugged-system/device/generic/vulkan-cereal/cmake/test_properties.cmake

8 lines
265 B
CMake

# 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