CMake/Tests/FindLibRHash/CMakeLists.txt
Brad King 71180fc8aa FindLibRHash: Add module to find the librhash package
Add it to a private source directory that is not installed so that we
can use it for building CMake itself.  This will allow it to mature
before being distributed publicly.
2016-11-10 08:29:38 -05:00

11 lines
363 B
CMake

add_test(NAME FindLibRHash.Test COMMAND
${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
--build-and-test
"${CMake_SOURCE_DIR}/Tests/FindLibRHash/Test"
"${CMake_BINARY_DIR}/Tests/FindLibRHash/Test"
${build_generator_args}
--build-project TestFindLibRHash
--build-options ${build_options}
--test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
)