1 # Unit/regression tests
12 TESTS = $(check_PROGRAMS)
14 AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
15 AM_LDFLAGS = -no-install
16 LDADD = ../libvlccore.la
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