From: Tobias Platen Date: Tue, 2 Nov 2021 19:18:52 +0000 (+0100) Subject: hack to fix UnusedElaboratables in src/soc/fu/mmu/test/test_pipe_caller.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e454c85bb4b0462c51a73f400a4e1b160efa532;p=soc.git hack to fix UnusedElaboratables in src/soc/fu/mmu/test/test_pipe_caller.py --- diff --git a/src/soc/fu/mmu/test/test_pipe_caller.py b/src/soc/fu/mmu/test/test_pipe_caller.py index 0bb9f4f9..0701dd93 100644 --- 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):