Skip to content

Commit

Permalink
Issue #18: activated stereo frames test for DeckLink 4K Extreme 12G i…
Browse files Browse the repository at this point in the history
…n test launcher
  • Loading branch information
dzhoshkun committed Nov 13, 2018
1 parent 506c4f9 commit 1f6b46e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,13 @@ elif [ "$1" = "blackmagic-decklinksdi4k" ] || [ "$1" = "blackmagic-decklink4kext
test_cmd_unit="$test_cmd $test_cmd_working_dir -m unit"
test_cmd_observer="$test_cmd --frame-rate=$frame_rate --observers=3"
test_cmd_observer="$test_cmd_observer $test_cmd_working_dir -m observer_pattern"
if [ "$1" = "blackmagic-decklink4kextreme12g" ]; then
test_cmd_stereo="$test_cmd -m stereo_frames"
fi
test_cmd="$test_cmd_unit && $test_cmd_observer"
if [ "$1" = "blackmagic-decklink4kextreme12g" ]; then
test_cmd="$test_cmd && $test_cmd_stereo"
fi
fi
else
args_ok=false
Expand Down

0 comments on commit 1f6b46e

Please sign in to comment.