X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=test%2FMakefile.am;h=0b11a9bbac6de4948bd2e217b4af1bea4f9f39b3;hb=1da8392047446063f48bfaa61c1dc08be4461df8;hp=c1f089daae4c2e4f2ae7b3c0692d9d69f5faf709;hpb=53f6d534117da9d35f5649c1d59e44c71953ae7c;p=vlc diff --git a/test/Makefile.am b/test/Makefile.am index c1f089daae..0b11a9bbac 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -15,8 +15,8 @@ extra_check_verbose__0 = $(extra_check_verbose_0) check_PROGRAMS = \ test_libvlc_core \ test_libvlc_events \ + test_libvlc_media \ test_libvlc_media_list \ - test_libvlc_media_list_player \ test_libvlc_media_player \ test_src_misc_variables \ $(NULL) @@ -25,11 +25,11 @@ check_PROGRAMS = \ # meta: No suitable test file EXTRA_PROGRAMS = \ test_libvlc_meta \ - test_dummy \ + test_libvlc_media_list_player \ $(NULL) #check_DATA = samples/test.sample samples/meta.sample -EXTRA_DIST = samples/empty.voc +EXTRA_DIST = samples/empty.voc samples/image.jpg check_HEADERS = libvlc/test.h libvlc/libvlc_additions.h @@ -61,6 +61,11 @@ test_libvlc_events_LDADD = $(top_builddir)/src/libvlc.la test_libvlc_events_CFLAGS = $(CFLAGS_tests) test_libvlc_events_LDFLAGS = $(LDFLAGS_tests) +test_libvlc_media_SOURCES = libvlc/media.c +test_libvlc_media_LDADD = $(top_builddir)/src/libvlc.la +test_libvlc_media_CFLAGS = $(CFLAGS_tests) +test_libvlc_media_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)