diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 16:15:31 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 16:15:31 +0200 |
| commit | f484c0dfb5a029c580a5e98268ea049942c66949 (patch) | |
| tree | 7c2621a6156c9bb4dded1b422112aab01c4c4691 | |
| parent | d49438659d920718fa2fe7f9ce2c5665a62c9d58 (diff) | |
| download | vis-f484c0dfb5a029c580a5e98268ea049942c66949.tar.gz vis-f484c0dfb5a029c580a5e98268ea049942c66949.tar.xz | |
Fix vis-test git submodule integration
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 625502b..668bb83 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 @@ -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: |
