Commit a45ae808 authored by Tristan Gingold's avatar Tristan Gingold

testsuite: add a test for NameError while parsing a manifest.

parent 97fa0aad
action = "simulation"
sim_tool="modelsim"
top_module = "gate"
files = [ err ]
...@@ -300,6 +300,11 @@ def test_manifest_except(): ...@@ -300,6 +300,11 @@ def test_manifest_except():
run([], path="031manifest_except") run([], path="031manifest_except")
assert False assert False
def test_manifest_nameerr_098():
with pytest.raises(SystemExit) as _:
run([], path="098manifest_nameerr")
assert False
def test_manifest_vars(): def test_manifest_vars():
run([], path="032manifest_vars") run([], path="032manifest_vars")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment