You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMP: Auto-remove transient test outputs via FIXTURES_CLEANUP companion tests
Wire the existing itk_add_file_test_cleanup() helper into the tests
whose outputs were just made unique. Each gains a FIXTURES_CLEANUP
companion test that removes its ${ITK_TEST_OUTPUT_DIR} outputs after
the test runs. The controlling option ITK_REMOVE_TEST_FILES_ON_SUCCESS
defaults to ON, so cleanup is active by default; set it OFF to retain
outputs for debugging. Per CMake, FIXTURES_CLEANUP runs regardless of
whether the fixture test passed, failed, or was skipped.
0 commit comments