Commit 59df0b83 authored by Tristan Gingold's avatar Tristan Gingold

Add test 042nofiles

parent 2dd1a0e2
action = "simulation"
sim_top = "gate"
sim_tool = "modelsim"
......@@ -214,6 +214,8 @@ def test_no_syn_tool():
run([], path="041err_syn")
assert False
def test_no_files():
run([], path="042nofiles")
@pytest.mark.xfail
def test_xfail():
......
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