mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -587,7 +587,7 @@ if ($BuildError eq "") {
|
|||||||
system "gmake $MAKEOPTS clean > /dev/null 2>&1";
|
system "gmake $MAKEOPTS clean > /dev/null 2>&1";
|
||||||
|
|
||||||
# Run the nightly test in this directory, with LARGE_PROBLEM_SIZE enabled!
|
# Run the nightly test in this directory, with LARGE_PROBLEM_SIZE enabled!
|
||||||
system "gmake -k $MAKEOPTS report.nightly.raw.out TEST=nightly " .
|
system "gmake -k $MAKEOPTS $PROGTESTOPTS report.nightly.raw.out TEST=nightly " .
|
||||||
" LARGE_PROBLEM_SIZE=1 > /dev/null 2>&1";
|
" LARGE_PROBLEM_SIZE=1 > /dev/null 2>&1";
|
||||||
system "cp report.nightly.raw.out $Prefix-Olden-tests.txt";
|
system "cp report.nightly.raw.out $Prefix-Olden-tests.txt";
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user