Home | History | Annotate | Download | only in actions

Lines Matching refs:CHDIR

16 CHDIR = 'generated-header'
18 test.run_gyp('test.gyp', chdir=CHDIR)
19 test.build('test.gyp', 'program', chdir=CHDIR)
20 test.up_to_date('test.gyp', 'program', chdir=CHDIR)
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
31 test.run_gyp('test.gyp', chdir=CHDIR)
32 test.build('test.gyp', 'program', chdir=CHDIR)
33 test.up_to_date('test.gyp', 'program', chdir=CHDIR)
36 test.run_built_executable('program', chdir=CHDIR, stdout=expect)