blob: 8ce8f209521ab44b1d063b16f0d83f5b3f01af73 [file] [log] [blame]
#
# Copyright (c) 2003-2005 Silicon Graphics, Inc. All Rights Reserved.
#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
TESTS_SUBDIRS = $(sort $(dir $(wildcard $(CURDIR)/[[:lower:]]*/)))
include $(BUILDRULES)
install: $(addsuffix -install,$(TESTS_SUBDIRS))
$(INSTALL) -m 755 -d $(PKG_LIB_DIR)/$(TESTS_DIR)
# Nothing.
install-dev install-lib:
%-install:
$(MAKE) $(MAKEOPTS) -C $* install