Home | History | Annotate | Download | only in win

Lines Matching refs:CHDIR

18   CHDIR = 'linker-flags'
19 test.run_gyp('outputfile.gyp', chdir=CHDIR)
20 test.build('outputfile.gyp', test.ALL, chdir=CHDIR)
22 test.built_file_must_exist('blorp.exe', chdir=CHDIR)
23 test.built_file_must_exist('blorp.dll', chdir=CHDIR)
24 test.built_file_must_exist('subdir/blorp.exe', chdir=CHDIR)
25 test.built_file_must_exist('blorp.lib', chdir=CHDIR)
26 test.built_file_must_exist('subdir/blorp.lib', chdir=CHDIR)