Commit ed6e9881 authored by Tristan Gingold's avatar Tristan Gingold

Add test 041err_syn

parent 1670ec89
action = "synthesis"
language = "vhdl"
syn_device = "xc6slx45t"
syn_grade = "-3"
syn_package = "fgg484"
syn_top = "gate"
syn_project = "gate.xise"
files = [ "../files/gate.vhdl" ]
......@@ -209,6 +209,12 @@ def test_manifest_vars():
def test_srcfiles():
run_compare(path="040srcfiles")
def test_no_syn_tool():
with pytest.raises(SystemExit) as _:
run([], path="041err_syn")
assert False
@pytest.mark.xfail
def test_xfail():
"""This is a self-consistency test: the test is known to fail"""
......
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