summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-06-13 19:21:54 +0300
committerLasse Collin <lasse.collin@tukaani.org>2014-09-09 19:18:23 +0300
commit13337714e89d002af7af48d6853f977de985d7de (patch)
tree9d2c7baa52ef1f222e583201d75931a7c30b3f61
parentccc728d8290c0464c7af62790b1c5528eceaae35 (diff)
downloadxz-13337714e89d002af7af48d6853f977de985d7de.tar.gz
xzgrep: List xzgrep_expected_output in tests/Makefile.am.
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8223a18..86084e1 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 \