X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=travis%2Frun-tests.sh;h=44df81d2ffbdf257fdb0c428999290c56c711db5;hb=f58dde28504cd78267439ec232be9689ff82d47c;hp=3ab3df4d99e4c3c86afc5ad57ca3100598eabd51;hpb=86f00fdda0dd35d4be92533629c3d8e6f654bb45;p=i3%2Fi3 diff --git a/travis/run-tests.sh b/travis/run-tests.sh index 3ab3df4d..44df81d2 100755 --- a/travis/run-tests.sh +++ b/travis/run-tests.sh @@ -3,10 +3,30 @@ set -e set -x -cd testcases +cd build + +# TODO: remove this workaround once https://bugs.debian.org/836723 is fixed +# Found at https://llvm.org/bugs/show_bug.cgi?id=27310#c8: +if [ "$CC" = "clang" ] +then + cat >fixasan.c <