diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-06-13 19:21:54 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-06-13 19:21:54 +0300 |
commit | 381ac14ed79e5d38809f251705be8b3193bba417 (patch) | |
tree | 4e3eeba3f96c06bb61f4f43a33c98bdbd5299565 /tests/Makefile.am | |
parent | xzgrep: Improve the test script. (diff) | |
download | xz-381ac14ed79e5d38809f251705be8b3193bba417.tar.xz |
xzgrep: List xzgrep_expected_output in tests/Makefile.am.
Diffstat (limited to '')
-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 8223a189..86084e17 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,7 +13,8 @@ EXTRA_DIST = \ test_scripts.sh \ bcj_test.c \ compress_prepared_bcj_sparc \ - compress_prepared_bcj_x86 + compress_prepared_bcj_x86 \ + xzgrep_expected_output AM_CPPFLAGS = \ -I$(top_srcdir)/src/common \ |