[coverage] enable coverage on toranj tests (#2654)

This commit is contained in:
Jonathan Hui
2018-04-11 10:11:31 -07:00
committed by GitHub
parent cc2cc68337
commit 9ef9b67882
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ set -x
[ $BUILD_TARGET != posix-ncp ] || {
./bootstrap || die
COVERAGE=1 NODE_TYPE=ncp-sim make -f examples/Makefile-posix check || die
NODE_TYPE=ncp-sim make -f examples/Makefile-posix check || die
}
[ $BUILD_TARGET != toranj-test-framework ] || {
+1
View File
@@ -83,6 +83,7 @@ cd ../..
./bootstrap || die
./configure \
CPPFLAGS='-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"../tests/toranj/openthread-core-toranj-config.h\"' \
--enable-coverage \
--enable-ncp-app=all \
--with-ncp-bus=uart \
--with-examples=posix \