Home | History | Annotate | Download | only in generator-output

Lines Matching defs:chdir

22              chdir='src')
35 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
37 chdir = 'relocate/gypfiles'
49 chdir = 'relocate/src'
50 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
53 chdir = 'relocate/src/subdir2'
54 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
57 chdir = 'relocate/src/subdir3'
58 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')