X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..211af11eabdfa1226ee2c7aec25002a1d7b25567:/libtests/Makefile.am diff --git a/libtests/Makefile.am b/libtests/Makefile.am index 6021e54..2f81f20 100644 --- a/libtests/Makefile.am +++ b/libtests/Makefile.am @@ -46,6 +46,7 @@ t_kvp_SOURCES=t-kvp.c test.c test.h t_macros_SOURCES=t-macros.c test.c test.h t_mime_SOURCES=t-mime.c test.c test.h t_printf_SOURCES=t-printf.c test.c test.h +t_printf_CFLAGS=$(AM_CFLAGS) -Wno-format-security t_regsub_SOURCES=t-regsub.c test.c test.h t_selection_SOURCES=t-selection.c test.c test.h t_signame_SOURCES=t-signame.c test.c test.h @@ -64,12 +65,12 @@ t_eventdist_SOURCES=t-eventdist.c test.c test.h check-report: before-check check make-coverage-reports before-check: rm -f *.gcda *.gcov -make-coverage-reports: - ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c +make-coverage-reports: check + cd ../lib && ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c EXTRA_DIST=t-macros-1.tmpl t-macros-2 -CLEANFILES=*.gcda *.gcov *.gcno +CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html DISTCLEANFILES=GraphemeBreakTest.txt NormalizationTest.txt \ WordBreakTest.txt