diff options
author | EuAndreh <eu@euandre.org> | 2021-08-20 12:31:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-20 12:31:21 -0300 |
commit | d61e2e2e64c59146d0625983a4ccd3b251bc2e4c (patch) | |
tree | de1b63c2932fe24e6e93c8f88f65a592682c9926 | |
parent | TODOs.md: Mark #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403 as DONE (diff) | |
download | gistatic-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |