diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 17:37:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 17:37:29 (EDT) |
commit | 95f4e31929a08c00d29192068f3e7128c8019ae0 (patch) | |
tree | 534f44fe2c7fddd7706446bcb8f1089df2c83572 /tests/local.mk | |
parent | 9c3310cf48f1548bf10a209baa7446d4d8cb5ef4 (diff) |
tests/remove.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 5cb2a0e..16cae4a 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -3,7 +3,8 @@ TESTS = \ %reldir%/include.sh \ %reldir%/include-new-version.sh \ %reldir%/include-new-version-no-gc.sh \ - %reldir%/process-incoming.sh + %reldir%/process-incoming.sh \ + %reldir%/remove.sh EXTRA_DIST += \ tests/aux/init.sh \ |