Skip to content

Commit

Permalink
Fix vis-test git submodule integration
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Apr 19, 2016
1 parent d494386 commit f484c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "test"]
path = test
url = https://github.com/martanne/vis
url = https://github.com/martanne/vis-test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f484c0d

Please sign in to comment.