summaryrefslogtreecommitdiffstats
path: root/Tests/FindGSL/CMakeLists.txt
blob: 594a34e8aa4fcc59e50c0b399c8aaeb35fb58d1f (plain)
1
2
3
4
5
6
7
8
9
add_test(NAME FindGSL.rng COMMAND ${CMAKE_CTEST_COMMAND}
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindGSL/rng"
  "${CMake_BINARY_DIR}/Tests/FindGSL/rng"
  ${build_generator_args}
  --build-project FindGSL_rng
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V ${test_options}
  )