diff --git a/autotest.sh b/autotest.sh index a335c71a7..533dc8bca 100755 --- a/autotest.sh +++ b/autotest.sh @@ -24,6 +24,8 @@ src=$(readlink -f $(dirname $0)) out=$PWD cd $src +./scripts/setup.sh status + if hash lcov; then # setup output dir for unittest.sh export UT_COVERAGE=$out/ut_coverage