Commit f1b39fda authored by Tristan Gingold's avatar Tristan Gingold

Add a test for no files in a module.

parent 394291d5
...@@ -4,3 +4,4 @@ top_module = "gate" ...@@ -4,3 +4,4 @@ top_module = "gate"
files = [ "../files/gate.vhdl" ] files = [ "../files/gate.vhdl" ]
modules = { 'local': "sub" }
...@@ -73,6 +73,7 @@ def test_noact(): ...@@ -73,6 +73,7 @@ def test_noact():
with Config(path="005noact") as _: with Config(path="005noact") as _:
hdlmake.__main__.hdlmake(['manifest-help']) hdlmake.__main__.hdlmake(['manifest-help'])
hdlmake.__main__.hdlmake(['list-files']) hdlmake.__main__.hdlmake(['list-files'])
hdlmake.__main__.hdlmake(['list-mods', '--with-files'])
def test_ahdl(): def test_ahdl():
run_compare(path="006ahdl", check_windows=True) run_compare(path="006ahdl", check_windows=True)
......
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