]> git.sesse.net Git - vlc/blobdiff - test/Makefile.am
libvlc: Test preparsing.
[vlc] / test / Makefile.am
index ac1bc6960f824ac08baaf73a95d0ab63bfabaaaf..4088a98c483951e22bcaa2939253b8c8a55a154b 100644 (file)
@@ -15,6 +15,7 @@ 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_player \
        test_src_misc_variables \
@@ -60,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)