From a8210b3b98d1603f4ed64d58273f582ae9a683e8 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Fri, 7 Jun 2019 22:25:26 +0200 Subject: [PATCH] Also clean the fuzz subdirectory --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index d5dd193b88..2ca0fd6963 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -164,6 +164,7 @@ ifneq ($(wildcard TESTS/.*),) rmdir /Q /S TESTS endif endif + $(MAKE) -C fuzz clean # Test suites caught by SKIP_TEST_SUITES are built but not executed. check: $(BINARIES)