mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 19:20:07 +01:00
added tests for asmbench import
This commit is contained in:
@@ -15,7 +15,7 @@ class TestParserX86ATT(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(self):
|
||||
self.parser = ParserX86ATT()
|
||||
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