mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Run dejagnu by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18490 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
056ec06fee
commit
59a86555a4
@ -425,7 +425,7 @@ if (`grep '^gmake[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
|
|||||||
if ($BuildError) { $NODEJAGNU=1; }
|
if ($BuildError) { $NODEJAGNU=1; }
|
||||||
|
|
||||||
my $DejangnuTestResults; # String containing the results of the dejagnu
|
my $DejangnuTestResults; # String containing the results of the dejagnu
|
||||||
if($RUNDEJAGNU) {
|
if(!$NODEJAGNU) {
|
||||||
if($VERBOSE) { print "DEJAGNU FEATURE/REGRESSION TEST STAGE\n"; }
|
if($VERBOSE) { print "DEJAGNU FEATURE/REGRESSION TEST STAGE\n"; }
|
||||||
|
|
||||||
my $dejagnu_output = "$DejagnuTestsLog";
|
my $dejagnu_output = "$DejagnuTestsLog";
|
||||||
|
Loading…
Reference in New Issue
Block a user