mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
Cleanup CMakeBuildTest in test_clean target
The test_clean target is supposed to remove all test build directories. We add the build directory for CMakeBuildTest because it was missing.
This commit is contained in:
parent
997f20b93b
commit
5152bf5639
@ -162,6 +162,7 @@ IF(BUILD_TESTING)
|
||||
"${CMake_BINARY_DIR}/Tests/CMakeBuildTest.cmake" @ONLY)
|
||||
ADD_TEST(CMakeBuildTest ${CMAKE_CMAKE_COMMAND} -P
|
||||
"${CMake_BINARY_DIR}/Tests/CMakeBuildTest.cmake")
|
||||
LIST(APPEND TEST_BUILD_DIRS ${CMAKE_BUILD_TEST_BINARY_DIR})
|
||||
|
||||
# If we are running right now with a UnixMakefiles based generator,
|
||||
# build the "Simple" test with the ExtraGenerators, if available
|
||||
|
Loading…
Reference in New Issue
Block a user