more tests and bugfixes

This commit is contained in:
JanLJL
2019-08-29 16:36:14 +02:00
parent 7dc14fbf39
commit f2eff01529
9 changed files with 175 additions and 9 deletions

View File

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