X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Fcibuild.sh;h=48c56c7b4e7ee9190166713240170fa8c4f7cd21;hb=a248a2d506d3caf06d3cf5284231df6fc583087e;hp=61f4a8b09b658e3b13c75dd17cc7249517a275d7;hpb=0556fed1f4808c3b921e9b89da3033d5b4e0c530;p=sysdb.git diff --git a/t/cibuild.sh b/t/cibuild.sh index 61f4a8b..48c56c7 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -17,7 +17,10 @@ case "$CICFLAGS" in # skip regular tests ;; *) - make test + # old versions of gcc and clang complain about { 0 } initializers + make -j10 test \ + TESTS_ENVIRONMENT="./testwrapper.sh" \ + CFLAGS="-O0 $CICFLAGS -Wno-missing-field-initializers" ;; esac