Searched refs:test_dir (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py79 test_dir = os.path.abspath('../../bin/riscv/') variable
97 for line in execute("ls %s/*" % (test_dir)).splitlines():
116 '-c', test_dir + '/' + test,
/gem5/tests/testing/
H A Dtests.py292 ref_dir=self.ref_dir, test_dir=self.output_dir,
301 DiffStatFile(ref_dir=self.ref_dir, test_dir=self.output_dir,
305 ref_dir=self.ref_dir, test_dir=self.output_dir,
375 test_dir = os.path.join(isa_dir, _os, conf_script)
376 if not os.path.exists(test_dir) or \
377 os.path.exists(os.path.join(test_dir, "skip")):
H A Dunits.py71 def __init__(self, name, ref_dir, test_dir, skip=False):
74 self.test_dir = test_dir
103 return os.path.join(self.test_dir, fname)
148 "-d", self.test_dir,
/gem5/util/
H A Dcompile286 test_dir = joinpath(m5_base, 'test.' + version)
291 if not isdir(test_dir):
292 sys.exit('test directory not found at %s' % test_dir)
301 os.symlink(test_dir, joinpath(build_dir, 'test'))

Completed in 11 milliseconds