summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-09-13 04:30:40 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-09-13 04:31:17 +0300
commit2c5aec7c218cdaaad6d63064943b738cd4a4d6ed (patch)
treef48cf6405d3dd4bb400f6492ef75eafbae838bb7 /tests
parent8687ff320e5e3dfe215c4f49be881cb3acac8e8e (diff)
tests: Test identity scaling in UDS test
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/vsp-unit-test-0003.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vsp-unit-test-0003.sh b/tests/vsp-unit-test-0003.sh
index 9a11d9f..8fb875d 100755
--- a/tests/vsp-unit-test-0003.sh
+++ b/tests/vsp-unit-test-0003.sh
@@ -30,6 +30,7 @@ test_scale() {
test_main() {
for format in $formats ; do
+ test_scale $format 640x640 640x480
test_scale $format 1024x768 640x480
test_scale $format 640x480 1024x768
done