diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-06-13 19:21:54 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-09-09 19:18:23 +0300 |
commit | 13337714e89d002af7af48d6853f977de985d7de (patch) | |
tree | 9d2c7baa52ef1f222e583201d75931a7c30b3f61 | |
parent | xzgrep: Improve the test script. (diff) | |
download | xz-13337714e89d002af7af48d6853f977de985d7de.tar.xz |
xzgrep: List xzgrep_expected_output in 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 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 \ |