summaryrefslogtreecommitdiff
path: root/tests/vsp-unit-test-0003.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vsp-unit-test-0003.sh')
-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