You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
314 B
10 lines
314 B
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}
|
|
)
|