Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
905600df
Commit
905600df
authored
Jul 07, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a test for the vlc variables.
parent
93512b82
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
353 additions
and
0 deletions
+353
-0
test/Makefile.am
test/Makefile.am
+6
-0
test/libvlc/variables.c
test/libvlc/variables.c
+347
-0
No files found.
test/Makefile.am
View file @
905600df
...
@@ -13,6 +13,7 @@ check_PROGRAMS = \
...
@@ -13,6 +13,7 @@ check_PROGRAMS = \
test_libvlc_media_list
\
test_libvlc_media_list
\
test_libvlc_media_list_player
\
test_libvlc_media_list_player
\
test_libvlc_media_player
\
test_libvlc_media_player
\
test_libvlc_variables
\
$(NULL)
$(NULL)
# Disabled test:
# Disabled test:
...
@@ -75,6 +76,11 @@ test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
...
@@ -75,6 +76,11 @@ test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
test_libvlc_meta_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_meta_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_meta_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_meta_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_variables_SOURCES
=
libvlc/variables.c
test_libvlc_variables_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_variables_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_variables_LDFLAGS
=
$(LDFLAGS_tests)
checkall
:
checkall
:
$(MAKE)
check_PROGRAMS
=
"
$(check_PROGRAMS)
$(EXTRA_PROGRAMS)
"
check
$(MAKE)
check_PROGRAMS
=
"
$(check_PROGRAMS)
$(EXTRA_PROGRAMS)
"
check
...
...
test/libvlc/variables.c
0 → 100644
View file @
905600df
This diff is collapsed.
Click to expand it.
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