• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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
10