summaryrefslogtreecommitdiffstats
path: root/Tests/FindThreads/CMakeLists.txt
blob: 36518a343eb798f4de2ef05a4418a50a229e40d6 (plain)
1
2
3
4
5
6
7
8
9
add_test(NAME FindThreads.C-only COMMAND ${CMAKE_CTEST_COMMAND}
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindThreads/C-only"
  "${CMake_BINARY_DIR}/Tests/FindThreads/C-only"
  ${build_generator_args}
  --build-project FindThreads_C-only
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V
  )