Apply 'make format'

This commit is contained in:
github action 2025-03-11 23:58:06 +00:00
parent 6a48d3bb83
commit a5eb9a5b9d
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ test.scenarios('simulator')
test.top_filename = "t/t_flag_make_cmake.v"
test.compile(verilator_flags2=['--make json'],
verilator_make_gmake=False, verilator_make_cmake=False)
verilator_make_gmake=False,
verilator_make_cmake=False)
nout = test.run_capture("jq --version", check=False)
version_match = re.search(r'jq-([0-9.]+)', nout, re.IGNORECASE)