]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
fstests: remove the rest of shared
authorDavid Sterba <dsterba@suse.com>
Tue, 7 May 2024 19:07:47 +0000 (21:07 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 12 May 2024 12:28:48 +0000 (20:28 +0800)
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@suse.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
check
tests/shared/Makefile [deleted file]

diff --git a/check b/check
index c6dba89b5b506efc1b0cc13bbdf79c019292ff7f..d2cd23b7e161b415797b15c2e45569d813638135 100755 (executable)
--- 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 (file)
index 2e6aa71..0000000
+++ /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: