Tests: Fix FindPatch test with VS generators

Tell CTest the project used to name the `.sln` file.
This commit is contained in:
Brad King 2023-02-13 12:34:42 -05:00
parent 93edb4d0c0
commit 04b5df1f3a

View File

@ -4,5 +4,6 @@ add_test(NAME FindPatch.Test COMMAND
"${CMake_SOURCE_DIR}/Tests/FindPatch/Test"
"${CMake_BINARY_DIR}/Tests/FindPatch/Test"
${build_generator_args}
--build-project TestFindPatch
--build-options ${build_options}
)