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:
parent
fdf9534ed9
commit
d51edaf705
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue