From f77ab86959fab62940eec62540effcc709bfa17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arttu=20Yl=C3=A4-Outinen?= Date: Mon, 27 Nov 2017 10:55:24 +0200 Subject: [PATCH] Add test scripts to EXTRA_DIST Adds test scripts to EXTRA_DIST in tests/Makefile.am so that they get included in the tarballs when running make dist. --- tests/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4b87c5f6..bb4f38eb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,6 +13,21 @@ TESTS = $(check_PROGRAMS) \ test_tools.sh \ test_weird_shapes.sh +EXTRA_DIST = \ + test_external_symbols.sh \ + test_gop.sh \ + test_interlace.sh \ + test_intra.sh \ + test_invalid_input.sh \ + test_mv_constraint.sh \ + test_owf_wpp_tiles.sh \ + test_rate_control.sh \ + test_slices.sh \ + test_smp.sh \ + test_tools.sh \ + test_weird_shapes.sh \ + util.sh + check_PROGRAMS = kvazaar_tests kvazaar_tests_SOURCES = \