projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf6c6c
)
hack to fix UnusedElaboratables in src/soc/fu/mmu/test/test_pipe_caller.py
author
Tobias Platen
<tplaten@posteo.de>
Tue, 2 Nov 2021 19:18:52 +0000
(20:18 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Tue, 2 Nov 2021 19:18:52 +0000
(20:18 +0100)
src/soc/fu/mmu/test/test_pipe_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/mmu/test/test_pipe_caller.py
b/src/soc/fu/mmu/test/test_pipe_caller.py
index 0bb9f4f9ecaf0f888fe8c636033ba2be1892e46b..0701dd933ab8ceb7c45f10eb27df0b5261afe17c 100644
(file)
--- a/
src/soc/fu/mmu/test/test_pipe_caller.py
+++ b/
src/soc/fu/mmu/test/test_pipe_caller.py
@@
-82,6
+82,8
@@
class TestRunner(unittest.TestCase):
def __init__(self, test_data):
super().__init__("run_all")
self.test_data = test_data
+ #hack here -- all unit tests are affected
+ self.run_all()
def check_fsm_outputs(self, alu, dec2, sim, code, pia_res):