Regression tests: remove the script based integrity test.

Looks like it's obsolete now, superseeded by the one actually
running Configtool.
This commit is contained in:
Markus Hitter 2016-06-06 14:01:26 +02:00
parent fdf9534ed9
commit d51edaf705
2 changed files with 1 additions and 3 deletions

View File

@ -148,9 +148,7 @@ regressiontests:
# Don't forget the hostside simulator. # Don't forget the hostside simulator.
$(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7-avr.h \ $(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7-avr.h \
EXTRA_CFLAGS=-Werror all EXTRA_CFLAGS=-Werror all
# Check config files for integrity. # Check integrity and configtool's view of the config files.
testcases/check_integrity.sh
# Check 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 @# Nonstandard builds go into a subdirectory of build/, see definition of
@# $(BUILDDIR) above. Let's clean that up on success. @# $(BUILDDIR) above. Let's clean that up on success.