mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +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:
parent
4fcfaa5410
commit
8566854f61
@ -587,7 +587,7 @@ if ($BuildError eq "") {
|
||||
system "gmake $MAKEOPTS clean > /dev/null 2>&1";
|
||||
|
||||
# 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";
|
||||
system "cp report.nightly.raw.out $Prefix-Olden-tests.txt";
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user