mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
finished ARM parser and added tests
This commit is contained in:
@@ -6,7 +6,8 @@ import unittest
|
||||
sys.path[0:0] = ['.', '..']
|
||||
suite = unittest.TestLoader().loadTestsFromNames(
|
||||
[
|
||||
'test_parser_x86att'
|
||||
'test_parser_x86att',
|
||||
'test_parser_AArch64v81'
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user