]> git.sesse.net Git - vlc/blobdiff - src/test/Makefile.am
Fix timer test
[vlc] / src / test / Makefile.am
index 52f55df2baa10253c7c2445c579976cb9d97b517..57caeaede40beba896748aad75a6f32b67fa4c81 100644 (file)
@@ -4,8 +4,11 @@ check_PROGRAMS = \
        test_block \
        test_dictionary \
        test_i18n_atof \
+       test_keys \
+       test_timer \
        test_url \
        test_utf8 \
+       test_xmlent \
        test_headers
 
 TESTS = $(check_PROGRAMS)
@@ -17,7 +20,9 @@ LDADD = ../libvlccore.la
 test_block_SOURCES = test_block.c ../misc/block.c
 test_dictionary_SOURCES = dictionary.c
 test_i18n_atof_SOURCES = i18n_atof.c
+test_keys_SOURCES = keys.c
+test_timer_SOURCES = timer.c
 test_url_SOURCES = url.c
 test_utf8_SOURCES = utf8.c
+test_xmlent_SOURCES = xmlent.c
 test_headers_SOURCES = headers.c
-