chiark / gitweb /
Tidy up
[disorder] / libtests / Makefile.am
1 #
2 # This file is part of DisOrder.
3 # Copyright (C) 2008 Richard Kettlewell
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 # USA
19 #
20
21 TESTS=t-addr t-arcfour t-basen t-bits t-cache t-casefold t-charset      \
22         t-cookies t-dateparse t-event t-filepart t-hash t-heap t-hex    \
23         t-kvp t-mime t-printf t-regsub t-selection t-signame t-sink     \
24         t-split t-syscalls t-trackname t-unicode t-url t-utf8 t-vector  \
25         t-words t-wstat t-macros t-cgi t-eventdist
26
27 noinst_PROGRAMS=$(TESTS)
28
29 AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib
30 LDADD=../lib/libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC)
31
32 t_addr_SOURCES=t-addr.c test.c test.h
33 t_arcfour_SOURCES=t-arcfour.c test.c test.h
34 t_basen_SOURCES=t-basen.c test.c test.h
35 t_bits_SOURCES=t-bits.c test.c test.h
36 t_cache_SOURCES=t-cache.c test.c test.h
37 t_casefold_SOURCES=t-casefold.c test.c test.h
38 t_charset_SOURCES=t-charset.c test.c test.h
39 t_cgi_SOURCES=t-cgi.c test.c test.h
40 t_cookies_SOURCES=t-cookies.c test.c test.h
41 t_dateparse_SOURCES=t-dateparse.c test.c test.h
42 t_event_SOURCES=t-event.c test.c test.h
43 t_filepart_SOURCES=t-filepart.c test.c test.h
44 t_hash_SOURCES=t-hash.c test.c test.h
45 t_heap_SOURCES=t-heap.c test.c test.h
46 t_hex_SOURCES=t-hex.c test.c test.h
47 t_kvp_SOURCES=t-kvp.c test.c test.h
48 t_macros_SOURCES=t-macros.c test.c test.h
49 t_mime_SOURCES=t-mime.c test.c test.h
50 t_printf_SOURCES=t-printf.c test.c test.h
51 t_regsub_SOURCES=t-regsub.c test.c test.h
52 t_selection_SOURCES=t-selection.c test.c test.h
53 t_signame_SOURCES=t-signame.c test.c test.h
54 t_sink_SOURCES=t-sink.c test.c test.h
55 t_split_SOURCES=t-split.c test.c test.h
56 t_syscalls_SOURCES=t-syscalls.c test.c test.h
57 t_trackname_SOURCES=t-trackname.c test.c test.h
58 t_unicode_SOURCES=t-unicode.c test.c test.h
59 t_url_SOURCES=t-url.c test.c test.h
60 t_utf8_SOURCES=t-utf8.c test.c test.h
61 t_vector_SOURCES=t-vector.c test.c test.h
62 t_words_SOURCES=t-words.c test.c test.h
63 t_wstat_SOURCES=t-wstat.c test.c test.h
64 t_eventdist_SOURCES=t-eventdist.c test.c test.h
65
66 check-report: before-check check make-coverage-reports
67 before-check:
68         rm -f *.gcda *.gcov
69 make-coverage-reports:
70         ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c
71
72 EXTRA_DIST=t-macros-1.tmpl t-macros-2
73
74 CLEANFILES=*.gcda *.gcov *.gcno
75
76 DISTCLEANFILES=GraphemeBreakTest.txt NormalizationTest.txt      \
77                WordBreakTest.txt