mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Tests: Fix last commit when no coroutines.
This commit is contained in:
parent
23836ee8d0
commit
771cb5f60b
@ -15,6 +15,8 @@ top_filename("t/t_prof.v");
|
||||
# TODO below might no longer be required as configure checks for -pg
|
||||
if ($ENV{VERILATOR_TEST_NO_GPROF}) {
|
||||
skip("Skipping due to VERILATOR_TEST_NO_GPROF");
|
||||
} elsif (!$Self->have_coroutines) {
|
||||
skip("No coroutine support");
|
||||
} else {
|
||||
dotest();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user