X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Fcibuild.sh;h=48c56c7b4e7ee9190166713240170fa8c4f7cd21;hb=ed2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc;hp=61f4a8b09b658e3b13c75dd17cc7249517a275d7;hpb=f113eaf295a672ea93f2f636d2d352ea84dddba3;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