diff --git a/test_regress/t/t_emit_accessors.py b/test_regress/t/t_emit_accessors.py index a85bb33eb..6bb128038 100755 --- a/test_regress/t/t_emit_accessors.py +++ b/test_regress/t/t_emit_accessors.py @@ -13,4 +13,6 @@ test.scenarios('vlt') test.compile(make_main=False, verilator_flags2=["--emit-accessors", "--exe", test.pli_filename]) +test.execute() + test.passes()