diff --git a/.gitmodules b/.gitmodules index 625502b90..668bb8398 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test"] path = test - url = https://github.com/martanne/vis + url = https://github.com/martanne/vis-test diff --git a/Makefile b/Makefile index 86771a587..4b166d558 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: