Commit 4b5e40f5 authored by Tristan Gingold's avatar Tristan Gingold

testsuite: add a test for missing ise family

parent 6a603e1c
action = "synthesis"
language = "vhdl"
syn_device = "xc3000"
syn_grade = "-3"
syn_package = "fgg484"
syn_top = "gate"
syn_project = "gate.xise"
syn_tool = "ise"
files = [ "../files/gate.vhdl" ]
......@@ -466,6 +466,11 @@ def test_err_simtool():
run([], path="085bad_sim")
assert False
def test_err_ise_no_family():
with pytest.raises(SystemExit) as _:
run([], path="086ise_no_family")
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