finished refactoring for semanticsAppender, including first tests

This commit is contained in:
JanLJL
2019-07-08 15:47:08 +02:00
parent 03dff0013f
commit 75393f106c
6 changed files with 126 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'test_parser_x86att',
'test_parser_AArch64v81',
'test_marker_utils',
# 'test_dependency_finder'
'test_semantics'
]
)