Merge commit 'origin/citrix'
[sliver-openvswitch.git] / tests / lcov-post.at
1 AT_BANNER([code coverage])
2
3 AT_SETUP([generate coverage.html with lcov])
4 AT_CHECK([$LCOV || exit 77])
5 AT_CHECK([cd $abs_builddir && genhtml -o coverage.html coverage.info], [0], [ignore], [ignore])
6 AT_CLEANUP