Searched refs:test_progs (Results 1 - 3 of 3) sorted by relevance
/gem5/tests/gem5/hello_se/ |
H A D | test_hello_se.py | 34 test_progs = { variable 40 for isa in test_progs: 41 for binary in test_progs[isa]:
|
/gem5/tests/ |
H A D | run.py | 158 test_progs = os.environ.get('M5_TEST_PROGS', '/dist/m5/regression/test-progs') variable 159 if not os.path.isdir(test_progs): 160 test_progs = joinpath(tests_root, 'test-progs') variable 167 return joinpath(test_progs, app, 'bin', isa, opsys, file) 174 return joinpath(test_progs, app, 'input', file)
|
/gem5/tests/legacy-configs/ |
H A D | run.py | 64 test_progs = os.environ.get('M5_TEST_PROGS', '/dist/m5/regression/test-progs') variable
|
Completed in 5 milliseconds