CMake/Tests/test_clean.cmake.in
Brad King 181c1eeede ENH: Add test_clean target to wipe out tests
We frequently need to wipe out all the CMake test build directories in
order to run tests from scratch.  This change adds a test_clean custom
target to remove all these directories for out-of-source builds.
2008-08-19 11:43:57 -04:00

3 lines
81 B
CMake

SET(TEST_BUILD_DIRS "@TEST_BUILD_DIRS@")
FILE(REMOVE_RECURSE ${TEST_BUILD_DIRS})