diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c4e17ed1..8223a189 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,4 +52,5 @@ TESTS += test_scripts.sh endif clean-local: - -rm -f compress_generated_* + -rm -f compress_generated_* \ + xzgrep_test_output xzgrep_test_1.xz xzgrep_test_2.xz |