finished ARM parser and added tests

This commit is contained in:
JanLJL
2019-05-24 15:10:02 +02:00
parent f9e6583959
commit 0925af21a0
9 changed files with 1349 additions and 67 deletions

View File

@@ -6,7 +6,8 @@ import unittest
sys.path[0:0] = ['.', '..']
suite = unittest.TestLoader().loadTestsFromNames(
[
'test_parser_x86att'
'test_parser_x86att',
'test_parser_AArch64v81'
]
)