All tests from shared/ have been moved to generic/, remove the Makefile and the reference from the 'check' scripts. Signed-off-by: David Sterba <dsterba@xxxxxxxx> --- check | 2 +- tests/shared/Makefile | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 tests/shared/Makefile diff --git a/check b/check index c6dba89b5b506e..d2cd23b7e161b4 100755 --- a/check +++ b/check @@ -49,7 +49,7 @@ timestamp=${TIMESTAMP:=false} rm -f $tmp.list $tmp.tmp $tmp.grep $here/$iam.out $tmp.report.* $tmp.arglist -SRC_GROUPS="generic shared" +SRC_GROUPS="generic" export SRC_DIR="tests" usage() diff --git a/tests/shared/Makefile b/tests/shared/Makefile deleted file mode 100644 index 2e6aa718446171..00000000000000 --- a/tests/shared/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright (c) 2003-2005 Silicon Graphics, Inc. All Rights Reserved. -# - -TOPDIR = ../.. -include $(TOPDIR)/include/builddefs -include $(TOPDIR)/include/buildgrouplist - -SHARED_DIR = shared -TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(SHARED_DIR) -DIRT = group.list - -default: $(DIRT) - -include $(BUILDRULES) - -install: default - $(INSTALL) -m 755 -d $(TARGET_DIR) - $(INSTALL) -m 755 $(TESTS) $(TARGET_DIR) - $(INSTALL) -m 644 group.list $(TARGET_DIR) - $(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR) - -# Nothing. -install-dev install-lib: -- 2.44.0