diff options
author | EuAndreh <eu@euandre.org> | 2021-08-07 01:55:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-07 01:55:14 -0300 |
commit | d6e20be32b9c2703ed30bf966bea076360e28c4e (patch) | |
tree | 18c25a4de4819436aff3a73eeb45f851839f4e40 /tests/dev-integration.sh | |
parent | TODOs.md: Add #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403 (diff) | |
download | gistatic-d6e20be32b9c2703ed30bf966bea076360e28c4e.tar.gz gistatic-d6e20be32b9c2703ed30bf966bea076360e28c4e.tar.xz |
Add stub src/tar.c
Diffstat (limited to '')
-rwxr-xr-x | tests/dev-integration.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dev-integration.sh b/tests/dev-integration.sh index ef1898f..b77e579 100755 --- a/tests/dev-integration.sh +++ b/tests/dev-integration.sh @@ -12,6 +12,7 @@ VALGRIND_FLAGS=' --error-exitcode=1 ' +valgrind $VALGRIND_FLAGS ./src/tar.t valgrind $VALGRIND_FLAGS ./src/gistatic.t valgrind $VALGRIND_FLAGS ./src/gistatic -o "$(mkdtemp)" \ -u 'https://example.com' tests/resources/repositories/repo-1 |