1 # Unit/regression tests
14 TESTS = $(check_PROGRAMS)
16 AM_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
17 AM_LDFLAGS = -no-install
18 LDADD = ../libvlccore.la
20 test_block_SOURCES = block_test.c ../misc/block.c
21 test_dictionary_SOURCES = dictionary.c
22 test_i18n_atof_SOURCES = i18n_atof.c
23 test_keys_SOURCES = keys.c
24 test_timer_SOURCES = timer.c
25 test_url_SOURCES = url.c
26 test_utf8_SOURCES = utf8.c
27 test_xmlent_SOURCES = xmlent.c
28 test_headers_SOURCES = headers.c