Commit 0f8a63b9 authored by Tristan Gingold's avatar Tristan Gingold

testsuite: strengthen 061err_nobin

parent d8e64fa3
......@@ -8,7 +8,6 @@ PWD := $(shell pwd)
TOP_MODULE := gate3_tb
FUSE_OUTPUT ?= isim_proj
XILINX_INI_PATH := /home/tgingold/Repositories/ohwr/hdl-make/vhdl/hdp/lin64
VHPCOMP_FLAGS := -intstyle default -incremental -initfile xilinxsim.ini
VLOGCOMP_FLAGS := -intstyle default -incremental -initfile xilinxsim.ini
......
......@@ -290,7 +290,9 @@ def test_no_files():
run([], path="042nofiles")
def test_no_bin():
run_compare(path="061err_nobin", fakebin="no_fakebin")
with Config(path="061err_nobin", fakebin="no_fakebin") as _:
hdlmake.main.hdlmake([])
compare_makefile_xilinx()
def test_local043():
run_compare(path="043local_fetch")
......
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