From dbdfd011c8ef85a60378a440c5c3369be5b4f845 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 7 May 2024 21:07:47 +0200 Subject: [PATCH] fstests: remove the rest of shared All tests from shared/ have been moved to generic/, remove the Makefile and the reference from the 'check' scripts. Signed-off-by: David Sterba Acked-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- 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 c6dba89b5..d2cd23b7e 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 2e6aa7184..000000000 --- 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.49.0