From: Rico Tzschichholz Date: Sun, 27 Sep 2020 12:30:39 +0000 (+0200) Subject: testrunner: Pass --enable-checking to increase coverage X-Git-Tag: 0.50.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d205c121f93b2445dcf30da237f01eb4c40f1a5f;p=thirdparty%2Fvala.git testrunner: Pass --enable-checking to increase coverage --- diff --git a/tests/testrunner.sh b/tests/testrunner.sh index 92b446427..7f38a4306 100755 --- a/tests/testrunner.sh +++ b/tests/testrunner.sh @@ -30,6 +30,7 @@ run_prefix="" VALAC=$topbuilddir/compiler/valac$EXEEXT VALAFLAGS="$VALAFLAGS \ --vapidir $vapidir \ + --enable-checking \ --disable-warnings \ --save-temps \ --cc $CC \