]> git.sesse.net Git - vlc/blobdiff - src/test/Makefile.am
Move MD5 test to src/
[vlc] / src / test / Makefile.am
index 215029b6ba0714e3d7a4f2f04f1ef0ee9b7a9048..71f67681dcb2b651adc8aa4b2b640f2b0d8ac5a6 100644 (file)
@@ -4,6 +4,7 @@ check_PROGRAMS = \
        test_block \
        test_dictionary \
        test_i18n_atof \
+       test_md5 \
        test_timer \
        test_url \
        test_utf8 \
@@ -22,6 +23,7 @@ test_block_DEPENDENCIES =
 
 test_dictionary_SOURCES = dictionary.c
 test_i18n_atof_SOURCES = i18n_atof.c
+test_md5_SOURCES = md5.c
 test_timer_SOURCES = timer.c
 test_url_SOURCES = url.c
 test_utf8_SOURCES = utf8.c