From f484c0dfb5a029c580a5e98268ea049942c66949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Apr 2016 16:15:31 +0200 Subject: Fix vis-test git submodule integration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86771a5..4b166d5 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ test-update: git submodule update --remote --rebase test: - [ -d test ] || $(MAKE) test-update + [ -e test/Makefile ] || $(MAKE) test-update @$(MAKE) -C test clean: -- cgit v1.2.3