Tests: Fix t_cover_expr_fork data location
This commit is contained in:
parent
657d5f6abf
commit
c4f63583bc
|
|
@ -13,6 +13,6 @@ test.scenarios('simulator')
|
|||
|
||||
test.compile(verilator_flags2=['--coverage-expr --binary'])
|
||||
|
||||
test.execute()
|
||||
test.execute(all_run_flags=[" +verilator+coverage+file+" + test.obj_dir + "/coverage.dat"])
|
||||
|
||||
test.passes()
|
||||
|
|
|
|||
Loading…
Reference in New Issue