# HG changeset patch # User diego # Date 1363689755 0 # Node ID 902fef954aba41ed0e1b842771c1220c750ef4f5 # Parent a428cba73765dcbaaa6c02a13e372c3ec9e0376a build: Ensure that all test tools are removed on clean. diff -r a428cba73765 -r 902fef954aba Makefile --- a/Makefile Tue Mar 19 10:42:33 2013 +0000 +++ b/Makefile Tue Mar 19 10:42:35 2013 +0000 @@ -1029,7 +1029,7 @@ tests: $(addsuffix $(EXESUF),$(TESTS)) testsclean: - -rm -f $(call ADD_ALL_EXESUFS,$(TESTS)) + -rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no)) TOOLS-$(ARCH_X86) += fastmemcpybench modify_reg TOOLS-$(HAVE_WINDOWS_H) += vfw2menc