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

Lines Matching defs:chdir

23              chdir='src')
29 test.build('prog1.gyp', test.ALL, chdir='gypfiles')
31 chdir = 'gypfiles'
43 chdir = 'src'
44 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
47 chdir = 'src/subdir2'
48 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
51 chdir = 'src/subdir3'
52 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')