Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
11a8b775
Commit
11a8b775
authored
May 13, 2009
by
Rémi Denis-Courmont
Browse files
Make tests as plain executable (easier to debug than libtool wrappers)
parent
e86b51d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Makefile.am
View file @
11a8b775
...
...
@@ -38,30 +38,37 @@ samples/meta.sample:
curl
$(SAMPLES_SERVER)
/metadata/id3tag/Wesh-Bonneville.mp3
>
$@
CFLAGS_tests
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
-DSRCDIR
=
\"
$(srcdir)
\"
LDFLAGS_tests
=
-no-install
-static
test_libvlc_core_SOURCES
=
libvlc/core.c
test_libvlc_core_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_core_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_core_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_events_SOURCES
=
libvlc/events.c
test_libvlc_events_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_events_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_events_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_media_list_player_SOURCES
=
libvlc/media_list_player.c
test_libvlc_media_list_player_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_media_list_player_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_media_list_player_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_media_list_SOURCES
=
libvlc/media_list.c
test_libvlc_media_list_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_media_list_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_media_list_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_media_player_SOURCES
=
libvlc/media_player.c
test_libvlc_media_player_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_media_player_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_media_player_LDFLAGS
=
$(LDFLAGS_tests)
test_libvlc_meta_SOURCES
=
libvlc/meta.c
test_libvlc_meta_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_meta_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_meta_LDFLAGS
=
$(LDFLAGS_tests)
checkall
:
$(MAKE)
check_PROGRAMS
=
"
$(check_PROGRAMS)
$(EXTRA_PROGRAMS)
"
check
...
...
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