CMake/Tests/FindBoost/CMakeLists.txt
Roger Leigh 9fd9875076 Tests: Add FindBoost testcase for imported targets
Enable by setting CMake_TEST_FindBoost to TRUE.
2015-12-02 09:40:17 -05:00

11 lines
351 B
CMake

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