From d51edaf7053c0fd2cb1df1e253edc31fc09636b1 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 6 Jun 2016 14:01:26 +0200 Subject: [PATCH] Regression tests: remove the script based integrity test. Looks like it's obsolete now, superseeded by the one actually running Configtool. --- Makefile-common | 4 +--- {testcases => attic}/check_integrity.sh | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename {testcases => attic}/check_integrity.sh (100%) diff --git a/Makefile-common b/Makefile-common index bb9b6a0..2a34c53 100644 --- a/Makefile-common +++ b/Makefile-common @@ -148,9 +148,7 @@ regressiontests: # Don't forget the hostside simulator. $(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7-avr.h \ EXTRA_CFLAGS=-Werror all - # Check config files for integrity. - testcases/check_integrity.sh - # Check configtool's view of the config files. + # Check integrity and configtool's view of the config files. testcases/check_configtool.sh @# Nonstandard builds go into a subdirectory of build/, see definition of @# $(BUILDDIR) above. Let's clean that up on success. diff --git a/testcases/check_integrity.sh b/attic/check_integrity.sh similarity index 100% rename from testcases/check_integrity.sh rename to attic/check_integrity.sh