diff options
| author | EuAndreh <eu@euandre.org> | 2021-08-05 16:39:21 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-08-05 16:39:50 -0300 |
| commit | 4dd5693f815b133054966e580866c9f360abf957 (patch) | |
| tree | 57daa25d161e458f4fb6e21eb9709c98bc19876d /Makefile | |
| parent | Makefile: Add "c-dev-check" target with Valgrind (diff) | |
| download | gistatic-4dd5693f815b133054966e580866c9f360abf957.tar.gz gistatic-4dd5693f815b133054966e580866c9f360abf957.tar.xz | |
Move tests/resources{ => /repositories}/repo*
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -38,17 +38,18 @@ manpages = $(manpages.in:.in=) all: $(manpages) src/gistatic check: all src/gistatic.t - rm -f tests/resources/repo-1/.git - rm -f tests/resources/repo-2/.git - ln -s .gitdir tests/resources/repo-1/.git - ln -s .gitdir tests/resources/repo-2/.git + rm -f tests/resources/repositories/repo-1/.git + rm -f tests/resources/repositories/repo-2/.git + ln -s .gitdir tests/resources/repositories/repo-1/.git + ln -s .gitdir tests/resources/repositories/repo-2/.git ./src/gistatic.t sh aux/assert-catgets.sh src/gistatic.c clean: rm -rf public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \ src/gistatic src/gistatic.t vgcore.* \ - tests/resources/repo-1/.git tests/resources/repo-2/.git + tests/resources/repositories/repo-1/.git \ + tests/resources/repositories/repo-2/.git install: all mkdir -p $(DESTDIR)$(PREFIX)/bin |
