# limitations under the License.
#
+ TOPDIR=$(shell readlink -f .|sed -e 's/\/descriptor-packages\/.*//')
+ TOOLS_DIR := $(TOPDIR)/tools
+
SUBDIRS_CLEAN = $(addsuffix .clean, $(SUBDIRS))
+SUBDIRS_TEST = $(addsuffix .test, $(SUBDIRS))
.PHONY: $(SUBDIRS) $(SUBDIRS_CLEAN) clean
$(SUBDIRS_CLEAN): %.clean:
@$(MAKE) --no-print-directory -C $* clean
+$(SUBDIRS_TEST): %.test:
+ @$(MAKE) --no-print-directory -C $* test
+
$(SUBDIRS):
@$(MAKE) --no-print-directory -C $@
+
+ test:
+ $(TOOLS_DIR)/launch_tests.sh