aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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-06-13 19:21:54 +0300
commit381ac14ed79e5d38809f251705be8b3193bba417 (patch)
tree4e3eeba3f96c06bb61f4f43a33c98bdbd5299565 /tests/Makefile.am
parentxzgrep: Improve the test script. (diff)
downloadxz-381ac14ed79e5d38809f251705be8b3193bba417.tar.xz
xzgrep: List xzgrep_expected_output in tests/Makefile.am.
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am3
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 \