summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmily Shaffer <emilyshaffer@google.com>2018-06-18 10:37:31 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-07-18 15:08:53 +0000
commitc07e72cd1b5936f03c262904a243320514140d94 (patch)
tree2e35cc4cd41a5192b63fa14dc708bb008aa5d52d /configure.ac
parentf8e9e38b85bb4f7ad3e5af749222939cd26ac2aa (diff)
downloadphosphor-host-ipmid-c07e72cd1b5936f03c262904a243320514140d94.tar.gz
phosphor-host-ipmid-c07e72cd1b5936f03c262904a243320514140d94.zip
Add code coverage for phosphor-host-ipmid.
Change-Id: I940aadefdf0f78182aad1d4e586e3178e2d2fe97 Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ac42e1d..9007582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,9 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
AC_SUBST([OESDK_TESTCASE_FLAGS], [$testcase_flags])
)
+# Add code coverage tool
+AX_CODE_COVERAGE
+
AC_ARG_VAR(WHITELIST_CONF, [Paths to IPMI whitelisted commands conf files. (default = ${srcdir}/host-ipmid-whitelist.conf)])
if test -z "$WHITELIST_CONF"; then
WHITELIST_CONF=${srcdir}/host-ipmid-whitelist.conf
OpenPOWER on IntegriCloud