]> git.sesse.net Git - vlc/blob - src/test/Makefile.am
Test case for resolve_xml_special_chars
[vlc] / src / test / Makefile.am
1 # Unit/regression tests
2 #
3 check_PROGRAMS = \
4         test_block \
5         test_dictionary \
6         test_i18n_atof \
7         test_url \
8         test_utf8 \
9         test_xmlent \
10         test_headers
11
12 TESTS = $(check_PROGRAMS)
13
14 AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
15 AM_LDFLAGS = -no-install
16 LDADD = ../libvlccore.la
17
18 test_block_SOURCES = test_block.c ../misc/block.c
19 test_dictionary_SOURCES = dictionary.c
20 test_i18n_atof_SOURCES = i18n_atof.c
21 test_url_SOURCES = url.c
22 test_utf8_SOURCES = utf8.c
23 test_xmlent_SOURCES = xmlent.c
24 test_headers_SOURCES = headers.c