From: Luke Kenneth Casson Leighton Date: Wed, 11 Aug 2021 09:15:35 +0000 (+0100) Subject: rename TestRunner class to ISATestRunner X-Git-Tag: xlen-bcd~143 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b69986f49ec520fdd80ce6ae06c068a87ccacd05;p=openpower-isa.git rename TestRunner class to ISATestRunner --- diff --git a/src/openpower/decoder/isa/test_caller.py b/src/openpower/decoder/isa/test_caller.py index 30c0fbe0..11334f65 100644 --- a/src/openpower/decoder/isa/test_caller.py +++ b/src/openpower/decoder/isa/test_caller.py @@ -18,7 +18,7 @@ class Register: self.num = num -class TestRunner(FHDLTestCase): +class ISATestRunner(FHDLTestCase): def __init__(self, tst_data, include_fp=True): super().__init__("run_all") self.test_data = tst_data