Skip to content
This repository was archived by the owner on Aug 27, 2023. It is now read-only.

Commit 67f0f6e

Browse files
committed
check_integrity.sh: move to a less user visible place.
No functional changes.
1 parent 32f10e4 commit 67f0f6e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ regressiontests:
142142
$(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7-avr.h \
143143
EXTRA_CFLAGS=-Werror all
144144
# Check config files for integrity.
145-
config/check_integrity.sh
145+
testcases/check_integrity.sh
146146
@# Nonstandard builds go into a subdirectory of build/, see definition of
147147
@# $(BUILDDIR) above. Let's clean that up on success.
148148
rm -rf $(BUILDDIR)/testcases/ $(BUILDDIR)/sim/

0 commit comments

Comments
 (0)