X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4ba9806fada3ece29541ca5236cbd2f78965b2f2..58865bb5c1d66b49560ad19c76368ff8d9c2fe70:/libtests/Makefile.am diff --git a/libtests/Makefile.am b/libtests/Makefile.am index f5fbb00..c569287 100644 --- a/libtests/Makefile.am +++ b/libtests/Makefile.am @@ -22,7 +22,7 @@ TESTS=t-addr t-arcfour t-basen t-bits t-cache t-casefold t-charset \ t-cookies t-dateparse t-event t-filepart t-hash t-heap t-hex \ t-kvp t-mime t-printf t-regsub t-selection t-signame t-sink \ t-split t-syscalls t-trackname t-unicode t-url t-utf8 t-vector \ - t-words t-wstat t-macros t-cgi + t-words t-wstat t-macros t-cgi t-eventdist noinst_PROGRAMS=$(TESTS) @@ -61,6 +61,7 @@ t_utf8_SOURCES=t-utf8.c test.c test.h t_vector_SOURCES=t-vector.c test.c test.h t_words_SOURCES=t-words.c test.c test.h t_wstat_SOURCES=t-wstat.c test.c test.h +t_eventdist_SOURCES=t-eventdist.c test.c test.h check-report: before-check check make-coverage-reports before-check: @@ -70,5 +71,7 @@ make-coverage-reports: EXTRA_DIST=t-macros-1.tmpl t-macros-2 +CLEANFILES=*.gcda *.gcov *.gcno + DISTCLEANFILES=GraphemeBreakTest.txt NormalizationTest.txt \ WordBreakTest.txt