mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
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.
This commit is contained in:
parent
cf85d52b9d
commit
f77ab86959
|
@ -13,6 +13,21 @@ TESTS = $(check_PROGRAMS) \
|
||||||
test_tools.sh \
|
test_tools.sh \
|
||||||
test_weird_shapes.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
|
check_PROGRAMS = kvazaar_tests
|
||||||
|
|
||||||
kvazaar_tests_SOURCES = \
|
kvazaar_tests_SOURCES = \
|
||||||
|
|
Loading…
Reference in a new issue