added missing kerncraft test file to all_tests

This commit is contained in:
JanLJL
2019-08-30 16:20:22 +02:00
parent 533f78f9cf
commit ab93311ceb

View File

@@ -13,6 +13,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'test_semantics',
'test_frontend',
'test_db_interface',
'test_kerncraftAPI',
]
)