957cdfa4590f670854758da5d77fb9326b55e14b
[openvswitch] / 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