aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2019-02-17 23:07:35 +0900
committerK.Kosako <kosako@sofnec.co.jp>2019-02-28 14:28:18 +0900
commit369595415aaa78988dda488a4b075cc3d472d94b (patch)
treeb7a98845ce7248a388e1977d96f55e136fed51a1 /test/Makefile.am
parentbcdbdcf04123dd54f4c777b33bb1088a3a377610 (diff)
downloadoniguruma-369595415aaa78988dda488a4b075cc3d472d94b.zip
oniguruma-369595415aaa78988dda488a4b075cc3d472d94b.tar.gz
oniguruma-369595415aaa78988dda488a4b075cc3d472d94b.tar.bz2
add target cov into Makefile.am
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 2dde7d6..b7f6842 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -37,3 +37,10 @@ testp_CFLAGS = -DPOSIX_TEST -Wall -Wno-invalid-source-encoding
testcu_SOURCES = testu.c
testcu_LDADD = $(lib_onig)
+
+
+cov:
+ make CFLAGS="--coverage" test_utf8
+ make CFLAGS="--coverage" testc
+ make CFLAGS="--coverage" testp
+ make CFLAGS="--coverage" testcu