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
334 B
10 lines
334 B
add_test(NAME FindOpenSSL.rand COMMAND ${CMAKE_CTEST_COMMAND}
|
|
--build-and-test
|
|
"${CMake_SOURCE_DIR}/Tests/FindOpenSSL/rand"
|
|
"${CMake_BINARY_DIR}/Tests/FindOpenSSL/rand"
|
|
${build_generator_args}
|
|
--build-project FindOpenSSL_rand
|
|
--build-options ${build_options}
|
|
--test-command ${CMAKE_CTEST_COMMAND} -V ${test_options}
|
|
)
|