diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-04-04 02:27:27 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-04-09 02:29:59 +0300 |
commit | 419724af448a6aae5d0cf8f3932b93d128f581ab (patch) | |
tree | 73c740f143ca90ce46d13d30571a8413989cd8ea /tests/meson.build | |
parent | 08a53ffa12dca18535ee9e546a3027896d694f4b (diff) |
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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')) |