[PATCH v2] xfstests: make install support common/ and tests/ dirs

Dave Chinner david at fromorbit.com
Fri Apr 12 02:40:34 CDT 2013


On Fri, Apr 12, 2013 at 12:26:53PM +0800, Wang Sheng-Hui wrote:
> +#
> +
> +TOPDIR = ..
> +include $(TOPDIR)/include/builddefs
> +
> +TESTS_SUBDIRS = $(shell find . -maxdepth 1 -type d | sed -n -e 's/\.\///gp')

This is much neater:

TESTS_SUBDIRS = $(sort $(dir $(wildcard  $(PWD)/*/)))

-Dave.
-- 
Dave Chinner
david at fromorbit.com



More information about the xfs mailing list