Ticket #98: testsuite.patch

File testsuite.patch, 352 bytes (added by Lukáš Zaoral, 3 years ago)
  • test/lib/testcase

    diff -u a/test/lib/testcase b/test/lib/testcase
    a b  
    2929
    3030draw() { divine draw --render cat "$@"; }
    3131
    32 PATH="$PWD/lib:$TOOLS:$TOOLS/../llvm/bin:$PATH"
     32PATH="$PWD/lib:$TOOLS:$TOOLS/../llvm/bin:$TOOLS/../clang/bin:$PATH"
    3333extracheck=:
    3434export cesmiext=.so
    3535test "$WIN32" = 1 && cesmiext=.dll