From 1e887f5ecbcd22f9fd9ef748a634ae5944e08904 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 7 May 2021 22:33:26 -0400 Subject: [PATCH] unit tests usability: overwriting an existing profile data with a different timestamp fix #2650 --- unit_tests/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/rules.mk b/unit_tests/rules.mk index c9724b657a..dc28ae4244 100644 --- a/unit_tests/rules.mk +++ b/unit_tests/rules.mk @@ -165,6 +165,7 @@ else endif $(BUILDDIR)/$(PROJECT): $(OBJS) + rm -rf $(BUILDDIR)/obj/*gcda ifeq ($(USE_VERBOSE_COMPILE),yes) @echo $(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@