Commit 905600df authored by Rémi Duraffort's avatar Rémi Duraffort

Add a test for the vlc variables.

parent 93512b82
......@@ -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
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment