added base parser to all_tests

This commit is contained in:
JanLJL
2019-08-30 14:22:53 +02:00
parent e737abd58f
commit 39004fce1a

View File

@@ -6,6 +6,7 @@ import unittest
sys.path[0:0] = ['.', '..']
suite = unittest.TestLoader().loadTestsFromNames(
[
'test_base_parser',
'test_parser_x86att',
'test_parser_AArch64v81',
'test_marker_utils',