generic/484: add _require_xfs_io_command "syncfs"
[xfstests-dev.git] / tests / Makefile
1 #
2 # Copyright (c) 2003-2005 Silicon Graphics, Inc.  All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 TESTS_SUBDIRS = $(sort $(dir $(wildcard $(CURDIR)/[[:lower:]]*/)))
9
10 include $(BUILDRULES)
11
12 install: $(addsuffix -install,$(TESTS_SUBDIRS))
13         $(INSTALL) -m 755 -d $(PKG_LIB_DIR)/$(TESTS_DIR)
14
15 # Nothing.
16 install-dev install-lib:
17
18 %-install:
19         $(MAKE) $(MAKEOPTS) -C $* install