Fixed a crash caused by yadif deinterlacer on Windows XP
[vlc/solaris.git] / src / test / Makefile.am
blob71f67681dcb2b651adc8aa4b2b640f2b0d8ac5a6
1 # Unit/regression tests
3 check_PROGRAMS = \
4         test_block \
5         test_dictionary \
6         test_i18n_atof \
7         test_md5 \
8         test_timer \
9         test_url \
10         test_utf8 \
11         test_xmlent \
12         test_headers
14 TESTS = $(check_PROGRAMS)
16 AM_CFLAGS = $(CFLAGS_libvlccore)
17 AM_LDFLAGS = -no-install
18 LDADD = ../libvlccore.la
20 test_block_SOURCES = block_test.c ../misc/block.c
21 test_block_LDADD = $(LDADD) $(LIBS_libvlccore)
22 test_block_DEPENDENCIES =
24 test_dictionary_SOURCES = dictionary.c
25 test_i18n_atof_SOURCES = i18n_atof.c
26 test_md5_SOURCES = md5.c
27 test_timer_SOURCES = timer.c
28 test_url_SOURCES = url.c
29 test_utf8_SOURCES = utf8.c
30 test_xmlent_SOURCES = xmlent.c
31 test_headers_SOURCES = headers.c