more tests and bugfixes

This commit is contained in:
JanLJL
2019-08-29 16:36:14 +02:00
parent 7dc14fbf39
commit f2eff01529
9 changed files with 175 additions and 9 deletions

View File

@@ -18,7 +18,8 @@ class TestFrontend(unittest.TestCase):
os.path.dirname(os.path.split(os.path.abspath(__file__))[0]), 'osaca/data/'
)
def setUp(self):
@classmethod
def setUpClass(self):
# set up parser and kernels
self.parser_x86 = ParserX86ATT()
self.parser_AArch64 = ParserAArch64v81()