Skip to content
Snippets Groups Projects
Commit 72fd19ba authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Add test case for the VLC binary

parent 89e293c6
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment