aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82da8a8..4c8f424 100644
--- a/Makefile
+++ b/Makefile
@@ -37,12 +37,13 @@ manpages = $(manpages.in:.in=)
all: $(manpages) src/gistatic
-check: all src/gistatic.t
+check: all src/gistatic.t src/tar.t
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
+ ./src/tar.t
sh tests/integration.sh
sh tests/assert-catgets.sh src/gistatic.c