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
|
# TODO below might no longer be required as configure checks for -pg
|
||||||
if ($ENV{VERILATOR_TEST_NO_GPROF}) {
|
if ($ENV{VERILATOR_TEST_NO_GPROF}) {
|
||||||
skip("Skipping due to VERILATOR_TEST_NO_GPROF");
|
skip("Skipping due to VERILATOR_TEST_NO_GPROF");
|
||||||
|
} elsif (!$Self->have_coroutines) {
|
||||||
|
skip("No coroutine support");
|
||||||
} else {
|
} else {
|
||||||
dotest();
|
dotest();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue