Skip to content

Commit

Permalink
Add test case for the VLC binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed May 9, 2012
1 parent 89e293c commit 72fd19b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################
Expand Down
6 changes: 6 additions & 0 deletions test/run_vlc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /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 comments on commit 72fd19b

Please sign in to comment.