Tests: Cleanup scenarios lines. No test run change.

This commit is contained in:
Wilson Snyder 2023-05-23 22:40:19 -04:00
parent 607f853bc7
commit fd7515b046
6 changed files with 6 additions and 25 deletions

View File

@ -11,10 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(
vlt => 1,
xsim => 1,
);
scenarios(vlt => 1, xsim => 1);
top_filename("t/t_lib_prot.v");

View File

@ -11,10 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(
vlt => 1,
xsim => 1,
);
scenarios(vlt => 1, xsim => 1);
$Self->{sim_time} = $Self->{benchmark} * 100 if $Self->{benchmark};
top_filename("t/t_lib_prot.v");

View File

@ -11,10 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(
vlt => 1,
xsim => 1,
);
scenarios(vlt => 1, xsim => 1);
$Self->{sim_time} = $Self->{benchmark} * 100 if $Self->{benchmark};

View File

@ -11,10 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(
vlt => 1,
xsim => 1,
);
scenarios(vlt => 1, xsim => 1);
$Self->{sim_time} = $Self->{benchmark} * 100 if $Self->{benchmark};

View File

@ -11,10 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(
vlt => 1,
xsim => 1,
);
scenarios(vlt => 1, xsim => 1);
$Self->{sim_time} = $Self->{benchmark} * 100 if $Self->{benchmark};

View File

@ -11,11 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
scenarios(
vlt => 1,
vltmt => 1,
xsim => 1,
);
scenarios(vlt_all => 1, xsim => 1);
top_filename("t/t_lib_prot.v");
$Self->{sim_time} = $Self->{benchmark} * 100 if $Self->{benchmark};