From 58553a5033b846dc36edcd4e1be3f2d2f5265034 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 9 Jul 2016 13:45:25 +0200 Subject: [PATCH] Regressiontests: trust our dependency system. In a test, the system worked fine even for a change in config.h, which is #included by a variable (config_wrapper.h, line 20). This should speed up repeated regression test, e.g. when doing a 'git regtest', substantially. --- Makefile-common | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile-common b/Makefile-common index 938f4de..1af2fff 100644 --- a/Makefile-common +++ b/Makefile-common @@ -155,9 +155,6 @@ regressiontests: EXTRA_CFLAGS=-Werror all # Check integrity and configtool's view of the config files. testcases/check_configtool.sh - @# Nonstandard builds go into a subdirectory of build/, see definition of - @# $(BUILDDIR) above. Let's clean that up on success. - rm -rf $(BUILDDIR)/testcases/ $(BUILDDIR)/sim/ # Restore the original thermistor table. if [ -e thermistortable.h.aside ]; then \ mv thermistortable.h.aside thermistortable.h; \