Commit 72fd19ba authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add test case for the VLC binary

parent 89e293c6
......@@ -477,6 +477,8 @@ endif
vlc$(EXEEXT):
$(AM_V_GEN)$(LN_S) -f bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
TESTS = test/run_vlc.sh
###############################################################################
# Installing plugins cache
###############################################################################
......
#! /bin/sh
VLC="./vlc --ignore-config --no-one-instance-when-started-from-file"
$VLC -vv vlc://quit
$VLC -vv --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