updating code coverage test

This commit is contained in:
Filip Bucek 2019-11-08 16:36:46 +01:00
parent 5618a7d00c
commit 8f2fcedeb7

View File

@ -49,7 +49,7 @@ info "Build"
make -j4 # build make -j4 # build
info "Run unittests" info "Run unittests"
make check test make check
echo "--------------------" echo "--------------------"