Commit 401120be authored by Tristan Gingold's avatar Tristan Gingold

test_all.py: add number in test functions.

parent 99f1e918
...@@ -116,12 +116,12 @@ def test_icestorm(): ...@@ -116,12 +116,12 @@ def test_icestorm():
hdlmake.main.hdlmake([]) hdlmake.main.hdlmake([])
compare_makefile_filter("TOOL_PATH") compare_makefile_filter("TOOL_PATH")
def test_isim(): def test_isim_010():
with Config(path="010isim") as _: with Config(path="010isim") as _:
hdlmake.main.hdlmake([]) hdlmake.main.hdlmake([])
compare_makefile_xilinx() compare_makefile_xilinx()
def test_isim_windows(): def test_isim_windows_060():
with Config(path="060isim_windows", with Config(path="060isim_windows",
my_os='windows', fakebin="windows_fakebin") as _: my_os='windows', fakebin="windows_fakebin") as _:
hdlmake.main.hdlmake([]) hdlmake.main.hdlmake([])
...@@ -311,7 +311,7 @@ def test_no_syn_tool(): ...@@ -311,7 +311,7 @@ def test_no_syn_tool():
def test_no_files(): def test_no_files():
run([], path="042nofiles") run([], path="042nofiles")
def test_no_bin(): def test_no_bin_061():
with Config(path="061err_nobin", fakebin="no_fakebin") as _: with Config(path="061err_nobin", fakebin="no_fakebin") as _:
hdlmake.main.hdlmake([]) hdlmake.main.hdlmake([])
compare_makefile_xilinx() compare_makefile_xilinx()
......
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