Ticket #98: testsuite.patch
File testsuite.patch, 352 bytes (added by , 3 years ago) |
---|
-
test/lib/testcase
diff -u a/test/lib/testcase b/test/lib/testcase
a b 29 29 30 30 draw() { divine draw --render cat "$@"; } 31 31 32 PATH="$PWD/lib:$TOOLS:$TOOLS/../llvm/bin:$ PATH"32 PATH="$PWD/lib:$TOOLS:$TOOLS/../llvm/bin:$TOOLS/../clang/bin:$PATH" 33 33 extracheck=: 34 34 export cesmiext=.so 35 35 test "$WIN32" = 1 && cesmiext=.dll