aboutsummaryrefslogtreecommitdiff
path: root/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 /Makefile.am
parentbcdbdcf04123dd54f4c777b33bb1088a3a377610 (diff)
downloadoniguruma-369595415aaa78988dda488a4b075cc3d472d94b.zip
oniguruma-369595415aaa78988dda488a4b075cc3d472d94b.tar.gz
oniguruma-369595415aaa78988dda488a4b075cc3d472d94b.tar.bz2
add target cov into Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f1a6e7..9167744 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,3 +38,6 @@ pkgconfig_DATA = oniguruma.pc
all-test:
cd test; make test
+
+cov:
+ make CFLAGS="--coverage"