mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
added tests for asmbench import
This commit is contained in:
@@ -16,7 +16,7 @@ class TestBaseParser(unittest.TestCase):
|
||||
self.parser = BaseParser()
|
||||
except NotImplementedError:
|
||||
pass
|
||||
with open(self._find_file('triad-x86-iaca.s')) as f:
|
||||
with open(self._find_file('triad_x86_iaca.s')) as f:
|
||||
self.triad_code = f.read()
|
||||
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user