mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 11:10:06 +01:00
renamed .asm files to .s for consistency
This commit is contained in:
@@ -21,11 +21,11 @@ class TestParserX86Intel(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(self):
|
||||
self.parser = ParserX86Intel()
|
||||
with open(self._find_file("triad_x86_intel.asm")) as f:
|
||||
with open(self._find_file("triad_x86_intel.s")) as f:
|
||||
self.triad_code = f.read()
|
||||
with open(self._find_file("triad_x86_intel_iaca.asm")) as f:
|
||||
with open(self._find_file("triad_x86_intel_iaca.s")) as f:
|
||||
self.triad_iaca_code = f.read()
|
||||
with open(self._find_file("gs_x86_icc.asm")) as f:
|
||||
with open(self._find_file("gs_x86_icc.s")) as f:
|
||||
self.gs_icc_code = f.read()
|
||||
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user