Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
72fd19ba
Commit
72fd19ba
authored
May 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test case for the VLC binary
parent
89e293c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.am
Makefile.am
+2
-0
test/run_vlc.sh
test/run_vlc.sh
+6
-0
No files found.
Makefile.am
View file @
72fd19ba
...
...
@@ -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
###############################################################################
...
...
test/run_vlc.sh
0 → 100755
View file @
72fd19ba
#! /bin/sh
VLC
=
"./vlc --ignore-config --no-one-instance-when-started-from-file"
$VLC
-vv
vlc://quit
$VLC
-vv
--play-and-exit
vlc://nop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment