refactoring to modulize marker_utils

This commit is contained in:
JanLJL
2019-06-05 13:51:41 +02:00
parent b81a4c68d3
commit 119dc5baa9
4 changed files with 130 additions and 111 deletions

View File

@@ -8,7 +8,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
[
'test_parser_x86att',
'test_parser_AArch64v81',
'test_analyzer'
'test_marker_utils'
]
)