From d49438659d920718fa2fe7f9ce2c5665a62c9d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Apr 2016 15:57:18 +0200 Subject: Integrate vis-test git submodule --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index adf7fbc..86771a5 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,14 @@ debug: clean profile: clean @$(MAKE) CFLAGS_VIS='${DEBUG_CFLAGS_VIS} -pg' +test-update: + git submodule init + git submodule update --remote --rebase + +test: + [ -d test ] || $(MAKE) test-update + @$(MAKE) -C test + clean: @echo cleaning @rm -f vis vis-${VERSION}.tar.gz @@ -91,4 +99,4 @@ uninstall: @echo removing support files from ${DESTDIR}${SHAREPREFIX}/vis @rm -rf ${DESTDIR}${SHAREPREFIX}/vis -.PHONY: all clean dist install uninstall debug profile +.PHONY: all clean dist install uninstall debug profile test test-update -- cgit v1.2.3