Integrate existing dmapi qa tests into xfs qa infrastructure

Merge of master-melb:xfs-cmds:27764a by kenmcd.

  Dmapi get/set_dmattr
This commit is contained in:
Allan Randall
2006-12-19 02:55:36 +00:00
parent f34441170a
commit ab526a6352
17 changed files with 1296 additions and 13 deletions
+8 -1
View File
@@ -124,7 +124,14 @@ endif
SUBDIRS_MAKERULE = \
@for d in $(SUBDIRS) ""; do \
if test -d "$$d" -a ! -z "$$d"; then \
if test "$$d" == "dmapi"; then \
if test "$(PKG_PLATFORM)" == "irix" ; then \
echo "DMAPI QA NOT AVAIABLE FOR IRIX"; \
else \
$(ECHO) === $$d ===; \
cd dmapi && $(MAKE) && cd .. || exit $$?; \
fi; \
elif test -d "$$d" -a ! -z "$$d"; then \
$(ECHO) === $$d ===; \
$(MAKEF) -C $$d $@ || exit $$?; \
fi; \