Tests: Skip for reloc t_lint_assigneqexpr_bad

This commit is contained in:
Wilson Snyder 2025-09-14 10:33:27 -04:00
parent a2b6aca288
commit 4b5e602392
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ import vltest_bootstrap
test.scenarios('vlt')
test.top_filename = "t/t_lint_assigneqexpr.v"
if not os.path.exists(test.root + "/.git"):
test.skip("Not in a git repository")
test.lint(verilator_flags2=['-Wall -Wno-DECLFILENAME'],
fails=True,
expect_filename=test.golden_filename)