Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
d6679da1
Commit
d6679da1
authored
Apr 11, 2008
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Getting the sample is not a check in itself
parent
3b965d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
test/Makefile.am
test/Makefile.am
+4
-3
No files found.
test/Makefile.am
View file @
d6679da1
...
...
@@ -14,8 +14,11 @@ check_PROGRAMS = \
test_libvlc_media_list_player
\
test_libvlc_media_player
\
$(NULL)
check_DATA
=
samples/test.sample
TESTS
=
samples
$(check_PROGRAMS)
TESTS
=
$(check_PROGRAMS)
DISTCLEANFILES
=
samples/test.sample
# Samples server
SAMPLES_SERVER
=
http://streams.videolan.org/streams-videolan/reference
...
...
@@ -24,8 +27,6 @@ samples/test.sample:
mkdir
-p
`
dirname
$@
`
curl
$(SAMPLES_SERVER)
/avi/Hero-Div3.avi
>
$@
samples
:
samples/test.sample
CFLAGS_tests
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
test_libvlc_core_SOURCES
=
libvlc/core.c
...
...
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