From: K.Kosako Date: Tue, 19 Feb 2019 07:29:49 +0000 (+0900) Subject: change coverage test from test_utf8 to all test X-Git-Tag: v6.9.2_rc1~65^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17723b3df75a39fc372169ecc1afa04a9f8cb0ba;p=onig change coverage test from test_utf8 to all test --- diff --git a/Makefile.am b/Makefile.am index 3ac3489..6db1b0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ all-test: cov: make lcov-clear - cd test; make CFLAGS="--coverage" test_utf8; ./test_utf8 + cd test; make CFLAGS="--coverage" test make lcov gcov: