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