mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Merge branch 'extended_pu-depths' of gitlab.tut.fi:TIE/ultravideo/kvazaar into extended_pu-depths
This commit is contained in:
commit
f3f833c6cd
|
@ -11,7 +11,8 @@ TESTS = $(check_PROGRAMS) \
|
|||
test_slices.sh \
|
||||
test_smp.sh \
|
||||
test_tools.sh \
|
||||
test_weird_shapes.sh
|
||||
test_weird_shapes.sh \
|
||||
test_pu_depth_constraints.sh
|
||||
|
||||
EXTRA_DIST = \
|
||||
test_external_symbols.sh \
|
||||
|
@ -26,6 +27,7 @@ EXTRA_DIST = \
|
|||
test_smp.sh \
|
||||
test_tools.sh \
|
||||
test_weird_shapes.sh \
|
||||
test_pu_depth_constraints.sh \
|
||||
util.sh
|
||||
|
||||
check_PROGRAMS = kvazaar_tests
|
||||
|
|
Loading…
Reference in a new issue