aboutsummaryrefslogtreecommitdiff
path: root/ci/common/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/common/test.sh')
-rw-r--r--ci/common/test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/common/test.sh b/ci/common/test.sh
index a4b7680830..c987875cc0 100644
--- a/ci/common/test.sh
+++ b/ci/common/test.sh
@@ -166,3 +166,8 @@ install_nvim() {(
exit_suite
)}
+
+csi_clean() {
+ find "${BUILD_DIR}/bin" -name 'test-includes-*' -delete
+ find "${BUILD_DIR}" -name '*test-include*.o' -delete
+}