cmake/Tests/FindPatch/CMakeLists.txt

10 lines
286 B
CMake
Raw Normal View History

2018-01-26 17:06:56 +01:00
add_test(NAME FindPatch.Test COMMAND
${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
--build-and-test
"${CMake_SOURCE_DIR}/Tests/FindPatch/Test"
"${CMake_BINARY_DIR}/Tests/FindPatch/Test"
${build_generator_args}
2023-07-02 19:51:09 +02:00
--build-project TestFindPatch
2018-01-26 17:06:56 +01:00
--build-options ${build_options}
)