44a45,51
> # generate path to input file
> def inputpath(app, file=None):
> # input file has same name as app unless specified otherwise
> if not file:
> file = app
> return os.path.join(test_progs, app, 'input', file)
>