diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 22:25:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 22:25:43 (EDT) |
commit | ea9663528550dbef7c0d5a5069a78c5f3d3c6174 (patch) | |
tree | 5e52a3fda125d7170d453641efcd319855efc03e /tests/local.mk | |
parent | 46fa260ea1d89cdb39bf4fd7ca606bd076ab900f (diff) |
tests/remove-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 860817e..bf63624 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -9,7 +9,8 @@ TESTS = \ %reldir%/remove-no-gc.sh \ %reldir%/copy-suite.sh \ %reldir%/copy-suite-new-version-refcnt.sh \ - %reldir%/copy-suite-existing.sh + %reldir%/copy-suite-existing.sh \ + %reldir%/remove-suite.sh EXTRA_DIST += \ tests/aux/init.sh \ |