aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-20 12:31:18 -0300
committerEuAndreh <eu@euandre.org>2021-08-20 12:31:21 -0300
commitd61e2e2e64c59146d0625983a4ccd3b251bc2e4c (patch)
treede1b63c2932fe24e6e93c8f88f65a592682c9926
parentTODOs.md: Mark #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403 as DONE (diff)
downloadgistatic-d61e2e2e64c59146d0625983a4ccd3b251bc2e4c.tar.gz
gistatic-d61e2e2e64c59146d0625983a4ccd3b251bc2e4c.tar.xz
Makefile: Generate build samples before running the tests
This way even with failing tests one can see the interactive evolution of the generated HTML files.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c49b462..ccdd358 100644
--- a/Makefile
+++ b/Makefile
@@ -62,10 +62,10 @@ check: all $(tests)
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
+ sh tests/build-sample.sh
for t in $(tests); do ./$$t; done
sh tests/assert-catgets.sh src/gistatic.c
sh tests/integration.sh
- sh tests/build-sample.sh
sh tests/c-lint.sh src/*.c
clean: