Commit 0f8cd63d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

test: add dummy and rc tests, work-around Qt leaks

parent 9d7819b9
......@@ -5,5 +5,11 @@ set -e
VLC="./vlc --ignore-config"
$VLC -H
$VLC -vv vlc://quit
$VLC -vv --play-and-exit vlc://nop
$VLC -Idummy vlc://quit
$VLC -vv -Irc vlc://quit
$VLC -vv -Irc --play-and-exit vlc://nop
LSAN_OPTIONS=exitcode=0
export LSAN_OPTIONS
$VLC --play-and-exit vlc://nop
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment