bugfixed x86 parser and tests for dep finder

This commit is contained in:
JanLJL
2019-06-24 17:28:45 +02:00
parent 75a405e33e
commit e923c67bdb
6 changed files with 146 additions and 2 deletions

View File

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