check_integrity.sh: move to a less user visible place.
No functional changes.
This commit is contained in:
parent
32f10e4f4b
commit
67f0f6ef0e
|
|
@ -142,7 +142,7 @@ regressiontests:
|
||||||
$(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 config files for integrity.
|
||||||
config/check_integrity.sh
|
testcases/check_integrity.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.
|
||||||
rm -rf $(BUILDDIR)/testcases/ $(BUILDDIR)/sim/
|
rm -rf $(BUILDDIR)/testcases/ $(BUILDDIR)/sim/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue