X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftest%2FMakefile.am;h=679b2125dd7f3fab1ca79c1fe7a37a5e4cdecd0c;hb=f433cde3605ba325d96d7b4945ae81b929c10620;hp=31df53755119eee57f8afc3e0f0f03dd237ecfac;hpb=1ad3f19dcd2c0deb8e1e1fadf97ae90a4b3bc2bd;p=vlc diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 31df537551..679b2125dd 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -4,6 +4,7 @@ check_PROGRAMS = \ test_block \ test_dictionary \ test_i18n_atof \ + test_keys \ test_url \ test_utf8 \ test_xmlent \ @@ -18,6 +19,7 @@ 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_url_SOURCES = url.c test_utf8_SOURCES = utf8.c test_xmlent_SOURCES = xmlent.c