From 6c5298d6d959ccdc398326bc9b673986de888c9c Mon Sep 17 00:00:00 2001 From: Jaakko Laitinen Date: Fri, 20 Mar 2020 14:50:29 +0200 Subject: [PATCH] Add new test file --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index e0a6b77e..78a0d220 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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