summaryrefslogtreecommitdiffstats
path: root/testfiles/CTestCustom.cmake.in
blob: 9c1c834a90e45402dbf30b269f0154150ca8e2a0 (plain)
1
2
3
4
5
# SPDX-License-Identifier: GPL-2.0-or-later

# Cleanup test-specific profile directories whenever running tests (before and after, just to be safe)
set(CTEST_CUSTOM_PRE_TEST  "rm -rf ${INKSCAPE_TEST_PROFILE_DIR}")
set(CTEST_CUSTOM_POST_TEST "rm -rf ${INKSCAPE_TEST_PROFILE_DIR}")