X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fmk%2Fdirs.mk;fp=descriptor-packages%2Fmk%2Fdirs.mk;h=8e00787848a7bc912dd3901f71c56254d2f7d167;hb=c3733e1cfa5e981130a698a1b8563a98ba3058fd;hp=8e9ceda65be723145446f130e96ff509df39e0dd;hpb=15474010b44d32e4390b74ad633470054940a48f;p=osm%2Fdevops.git diff --git a/descriptor-packages/mk/dirs.mk b/descriptor-packages/mk/dirs.mk index 8e9ceda6..8e007878 100644 --- a/descriptor-packages/mk/dirs.mk +++ b/descriptor-packages/mk/dirs.mk @@ -14,6 +14,9 @@ # 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)) @@ -33,3 +36,6 @@ $(SUBDIRS_TEST): %.test: $(SUBDIRS): @$(MAKE) --no-print-directory -C $@ + +test: + $(TOOLS_DIR)/launch_tests.sh