diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 17:44:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 17:44:08 (EDT) |
commit | f4d63638c1a11cadbbb17bfa7126fb1c5ad17c93 (patch) | |
tree | a8a19fb2cc3b24c0eadd9132ae4ba20d8b1830d1 /tests/local.mk | |
parent | 95f4e31929a08c00d29192068f3e7128c8019ae0 (diff) |
tests/remove-no-gc.sh: New test file
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 16cae4a..f7a62bf 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -4,7 +4,8 @@ TESTS = \ %reldir%/include-new-version.sh \ %reldir%/include-new-version-no-gc.sh \ %reldir%/process-incoming.sh \ - %reldir%/remove.sh + %reldir%/remove.sh \ + %reldir%/remove-no-gc.sh EXTRA_DIST += \ tests/aux/init.sh \ |