]> git.sesse.net Git - vlc/blobdiff - test/Makefile.am
Add a test for the vlc variables.
[vlc] / test / Makefile.am
index 7fcef186f55d484a755c263fe9c89eff0df6c995..af93dbb15bf9cdebdaf9e74a25f75db139bb6c59 100644 (file)
@@ -13,6 +13,7 @@ check_PROGRAMS = \
        test_libvlc_media_list \
        test_libvlc_media_list_player \
        test_libvlc_media_player \
+       test_libvlc_variables \
         $(NULL)
 
 # Disabled test:
@@ -75,6 +76,11 @@ test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
 test_libvlc_meta_CFLAGS = $(CFLAGS_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:
        $(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check