added tests and functionalities for x86_att parser

This commit is contained in:
JanLJL
2019-04-30 18:37:07 +02:00
parent bc9b380429
commit 38bbf2712b
4 changed files with 205 additions and 45 deletions

View File

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