more tests and bugfixes

This commit is contained in:
JanLJL
2019-08-29 16:36:14 +02:00
parent 06d514b752
commit 706b2c0e0d
9 changed files with 175 additions and 9 deletions

View File

@@ -10,7 +10,8 @@ from osaca.parser import ParserAArch64v81, ParserX86ATT
class TestMarkerUtils(unittest.TestCase):
def setUp(self):
@classmethod
def setUpClass(self):
self.parser_AArch = ParserAArch64v81()
self.parser_x86 = ParserX86ATT()
with open(self._find_file('triad-arm-iaca.s')) as f: