From da8edcd87b55595c42fd33cf05b0b1c8d110db32 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Mon, 13 Aug 2012 20:57:57 -0500 Subject: [PATCH] Purge tests/_wc_* during "make clean" As part of the "clean" Makefile target, purge any _wc_* directories in the tests/ folder. Each of the individual unit-test scripts *should* take care of purging these _wc_* folders, but include in the Makefile just as a catch-all. --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 1f3684d..eb7deb4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -26,6 +26,7 @@ pre-clean: clean: $(RM) -r test-results + $(RM) -r _wc_* test-lint: test-lint-duplicates test-lint-executable -- 2.43.0