File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# test cases for run_scheduled_tests.sh
2+ # SPDX-License-Identifier: BSD-3-Clause
3+ # Copyright (c) 2026 CESNET, zájmové sdružení právnických osob
24#
35# For the documentation of add_test parameters see the
46# run_scheduled_tests.sh file.
@@ -10,6 +12,15 @@ add_test "-d sdl" should_timeout
1012add_test " -t testcard -c lavc:e=libx265 -f rs -d dummy" should_timeout
1113add_test " -t spout:check_lib" Windows_only
1214
15+ add_test " -x help"
16+ add_test " -x sdp:help"
17+ add_test " -c help -t testcard"
18+ add_test " -c lavc:help -t testcard"
19+ add_test " -x nonexistent" should_fail
20+ add_test " -x sdp:wrongopt" should_fail
21+ add_test " -c nonexistent" should_fail
22+ add_test " -c lavc:wrongopt -t testcard" should_fail
23+
1324# reflector
1425add_test -v run_reflector # basic sanity test
1526add_test " 8M 5004" run_reflector,should_timeout
You can’t perform that action at this time.
0 commit comments