unit tests usability: overwriting an existing profile data with a different timestamp fix #2650
This commit is contained in:
parent
9032730700
commit
0d63fd04c5
|
@ -165,6 +165,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(BUILDDIR)/$(PROJECT): $(OBJS)
|
$(BUILDDIR)/$(PROJECT): $(OBJS)
|
||||||
|
rm -rf $(BUILDDIR)/obj/*gcda
|
||||||
ifeq ($(USE_VERBOSE_COMPILE),yes)
|
ifeq ($(USE_VERBOSE_COMPILE),yes)
|
||||||
@echo
|
@echo
|
||||||
$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
|
$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
|
||||||
|
|
Loading…
Reference in New Issue