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.
This commit is contained in:
Markus Hitter 2016-07-09 13:45:25 +02:00
parent 801362d541
commit 58553a5033
1 changed files with 0 additions and 3 deletions

View File

@ -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; \