Commit 6b70022f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Makefile.am: Add test/dictionary.c to the list of test program.

parent 9b1749fb
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment