]> git.sesse.net Git - vlc/commitdiff
Makefile.am: Add test/dictionary.c to the list of test program.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 15 Feb 2008 22:21:04 +0000 (22:21 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 15 Feb 2008 22:21:04 +0000 (22:21 +0000)
src/Makefile.am

index b167dba8865d3e9470584b89e05d0a89579baf1b..60a40a9f9ae48df7e84b34fd40699227fd26772e 100644 (file)
@@ -376,6 +376,7 @@ misc/revision.c:
 # Unit/regression test
 ###############################################################################
 check_PROGRAMS = \
+       test_dictionary \
        test_i18n_atof \
        test_url \
        test_utf8 \
@@ -388,6 +389,10 @@ TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
 
 CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`
 
+test_dictionary_SOURCES = test/dictionary.c
+test_dictionary_LDADD = libvlc.la
+test_dictionary_CFLAGS = $(CFLAGS_tests)
+
 test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c
 test_i18n_atof_LDADD = libvlc.la
 test_i18n_atof_CFLAGS = $(CFLAGS_tests)