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:
parent
801362d541
commit
58553a5033
|
|
@ -155,9 +155,6 @@ regressiontests:
|
||||||
EXTRA_CFLAGS=-Werror all
|
EXTRA_CFLAGS=-Werror all
|
||||||
# Check integrity and configtool's view of the config files.
|
# Check integrity and configtool's view of the config files.
|
||||||
testcases/check_configtool.sh
|
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.
|
# Restore the original thermistor table.
|
||||||
if [ -e thermistortable.h.aside ]; then \
|
if [ -e thermistortable.h.aside ]; then \
|
||||||
mv thermistortable.h.aside thermistortable.h; \
|
mv thermistortable.h.aside thermistortable.h; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue