diff options
Diffstat (limited to 'tests/vsp-unit-test-0002.sh')
-rwxr-xr-x | tests/vsp-unit-test-0002.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/vsp-unit-test-0002.sh b/tests/vsp-unit-test-0002.sh index bc82b3c..b2f2bce 100755 --- a/tests/vsp-unit-test-0002.sh +++ b/tests/vsp-unit-test-0002.sh @@ -20,12 +20,14 @@ test_wpf_packing() { vsp_runner rpf.0 & vsp_runner wpf.0 - result=$(compare_frames) + local result=$(compare_frames) test_complete $result } test_main() { + local format + for format in $formats ; do test_wpf_packing $format done |