From 77b64b17d8fbc525393b608dcc789f3ec8907ee2 Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Sat, 24 Sep 2016 08:38:11 +0200 Subject: [PATCH] Makefile: call cleantests before any full test We prefer to have clean snapshots. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8e84868b2..a6f98da22 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ static: $(MAKE) all LDFLAGS="-static -static-libstdc++" test: + $(MAKE) -C algo/tests cleantests $(MAKE) COVERAGE="$(COVERAGE)" unit 2>&1 | tee algo/tests/out-unit.log $(MAKE) functional $(MAKE) test_tools_if_python 2>&1 | tee algo/tests/out-tools.log -- GitLab