diff --git a/tests/all_tests.py b/tests/all_tests.py index 374a8be..dbf9980 100755 --- a/tests/all_tests.py +++ b/tests/all_tests.py @@ -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',