From 419724af448a6aae5d0cf8f3932b93d128f581ab Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 4 Apr 2025 02:27:27 +0300 Subject: tests: Add WPF RGB to YUV conversion test Add a test case to validate RGB <-> YUV conversion in the RPF and WPF. Signed-off-by: Laurent Pinchart --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index e5396cc..6c3ebd2 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -29,6 +29,7 @@ tests = files([ 'vsp-unit-test-0025.sh', 'vsp-unit-test-0026.sh', 'vsp-unit-test-0027.sh', + 'vsp-unit-test-0028.sh', ]) install_data(tests, install_dir : get_option('prefix')) -- cgit v1.2.3