Tests: Fix makeflag test, was failing older makes.
This commit is contained in:
parent
e6f345e45d
commit
8f7e463656
|
|
@ -17,7 +17,7 @@ compile( # Don't call cmake nor gmake from driver.pl
|
|||
verilator_make_gmake => 0,
|
||||
verilator_flags2 => ['--exe --cc --build -j 2 --make gmake',
|
||||
'../' . $Self->{main_filename},
|
||||
'-MAKEFLAGS --trace'],
|
||||
'-MAKEFLAGS -p --trace'],
|
||||
);
|
||||
|
||||
execute(
|
||||
|
|
|
|||
Loading…
Reference in New Issue