From 4dd5693f815b133054966e580866c9f360abf957 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 5 Aug 2021 16:39:21 -0300 Subject: Move tests/resources{ => /repositories}/repo* --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c007a0..f12fa70 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3