From e894cb079a81ff17dcdbe0977ad224a6bbe37dfc Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Mon, 13 May 2013 15:41:21 -0500 Subject: [PATCH] xfstests: update method to set TESTS_SUBDIRS in tests/Makefile. make install support common/ and tests/ dirs (V4) * reposted for current top of tree changes. [rjohnston@sgi.com] * use the neater way by Dave to get the TESTS_SUBDIRS in tests/Makefile. Signed-off-by: Wang Sheng-Hui [rjohnston@sgi.com Reposted for current top of tree changes] Reviewed-by: Dave Chinner Signed-off-by: Rich Johnston --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 254dd481..2611b3b8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs -TESTS_SUBDIRS = $(shell find . -maxdepth 1 -type d | sed -n -e 's/\.\///gp') +TESTS_SUBDIRS = $(sort $(dir $(wildcard $(PWD)/$(TESTS_DIR)/[a-z]*/))) include $(BUILDRULES) -- 2.30.2