diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 19:13:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 19:13:17 (EDT) |
commit | 86f86a3b7cbb0f1332d972a6c6ffab7f8a9ee11b (patch) | |
tree | 6950b27836a2f30bfbac51c1cefb1e0a7802c3a7 /tests/local.mk | |
parent | 7cb4bdf7bf8c42fe653984cb823e29116e58a06d (diff) |
tests/copy-suite.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 512642d..b23c256 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -6,7 +6,8 @@ TESTS = \ %reldir%/include-existing.sh \ %reldir%/process-incoming.sh \ %reldir%/remove.sh \ - %reldir%/remove-no-gc.sh + %reldir%/remove-no-gc.sh \ + %reldir%/copy-suite.sh EXTRA_DIST += \ tests/aux/init.sh \ |