moved frontend tests to test_frontend.py

This commit is contained in:
JanLJL
2019-07-24 11:06:28 +02:00
parent abf8b674be
commit 832fa4e241
3 changed files with 85 additions and 9 deletions

View File

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