35a36
> test_progs = os.path.join(tests_root, 'test-progs')
36a38,44
> # generate path to binary file
> def binpath(app, file=None):
> # executable has same name as app unless specified otherwise
> if not file:
> file = app
> return os.path.join(test_progs, app, 'bin', isa, opsys, file)
>
41c49,50
< maxtick = 1000000
---
> # -1 means run forever
> maxtick = -1