Commit 468bbb17 authored by Tristan Gingold's avatar Tristan Gingold

testsuite: adjust baseline for 115

parent 02b4244e
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
######################################## ########################################
TOP_MODULE := lib_c.repinned_top TOP_MODULE := lib_c.repinned_top
TOOL_PATH := /usr/local/bin
GHDL := ghdl GHDL := ghdl
GHDL_OPT := GHDL_OPT :=
#target for performing local synthesis #target for performing local synthesis
......
...@@ -547,7 +547,9 @@ def test_vhdl_libraries_ise_113(): ...@@ -547,7 +547,9 @@ def test_vhdl_libraries_ise_113():
def test_vhdl_libraries_GHDLSyn_115(): def test_vhdl_libraries_GHDLSyn_115():
run_compare(path="115_ghdlsyn_libraries") with Config(path="115_ghdlsyn_libraries") as _:
hdlmake.main.hdlmake([])
compare_makefile_filter("TOOL_PATH")
@pytest.mark.xfail @pytest.mark.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