From 67f0f6ef0ec8bd84a374f0da84e40922418f70ae Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 11 Apr 2016 22:56:17 +0200 Subject: [PATCH] check_integrity.sh: move to a less user visible place. No functional changes. --- Makefile-common | 2 +- {config => testcases}/check_integrity.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {config => testcases}/check_integrity.sh (100%) diff --git a/Makefile-common b/Makefile-common index 70d4757..461f9b0 100644 --- a/Makefile-common +++ b/Makefile-common @@ -142,7 +142,7 @@ regressiontests: $(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7-avr.h \ EXTRA_CFLAGS=-Werror all # Check config files for integrity. - config/check_integrity.sh + testcases/check_integrity.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/ diff --git a/config/check_integrity.sh b/testcases/check_integrity.sh similarity index 100% rename from config/check_integrity.sh rename to testcases/check_integrity.sh