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.40.24~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11be85503fbfd2dbb4704df749e49fa9d9e9219e;p=thirdparty%2Fvala.git testrunner: Pass --enable-checking to increase coverage --- diff --git a/tests/testrunner.sh b/tests/testrunner.sh index 820751512..10caefe96 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 \ --main main \ --save-temps \