diff options
Diffstat (limited to 'tests/libfstream')
| -rw-r--r-- | tests/libfstream/Makemodule.am | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tests/libfstream/Makemodule.am b/tests/libfstream/Makemodule.am index d943686..c3af095 100644 --- a/tests/libfstream/Makemodule.am +++ b/tests/libfstream/Makemodule.am @@ -55,9 +55,11 @@ TESTS += test_xfrm_gzip  endif  if WITH_ZSTD +if HAVE_ZSTD_STREAM  check_PROGRAMS += test_xfrm_zstd  TESTS += test_xfrm_zstd  endif  endif +endif  EXTRA_DIST += $(top_srcdir)/tests/libfstream/get_line.txt | 
