Tests: Fix makeflag test, was failing older makes.

This commit is contained in:
Wilson Snyder 2020-04-16 17:31:41 -04:00
parent e6f345e45d
commit 8f7e463656
1 changed files with 1 additions and 1 deletions

View File

@ -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(