]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
block_File: test case
[vlc] / src / Makefile.am
index 3fc58e63f11a8faa96cf58e21f71399ad89ec79c..3732f62d5400fda0a499fa028c53852a9539ff05 100644 (file)
@@ -468,6 +468,7 @@ endif
 # Unit/regression test
 ###############################################################################
 check_PROGRAMS = \
+       test_block \
        test_dictionary \
        test_i18n_atof \
        test_url \
@@ -480,6 +481,10 @@ TESTS = $(check_PROGRAMS) check_symbols
 
 CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`
 
+test_block_SOURCES = test/block.c
+test_block_LDADD = libvlccore.la
+test_block_CFLAGS = $(CFLAGS_tests)
+
 test_dictionary_SOURCES = test/dictionary.c
 test_dictionary_LDADD = libvlccore.la
 test_dictionary_CFLAGS = $(CFLAGS_tests)