Home | History | Annotate | Download | only in win

Lines Matching refs:CHDIR

18   CHDIR = 'vs-macros'
19 test.run_gyp('targetext.gyp', chdir=CHDIR)
20 test.build('targetext.gyp', test.ALL, chdir=CHDIR)
21 test.built_file_must_exist('executable.exe', chdir=CHDIR)
22 test.built_file_must_exist('loadable_module.dll', chdir=CHDIR)
23 test.built_file_must_exist('shared_library.dll', chdir=CHDIR)
24 test.built_file_must_exist('static_library.lib', chdir=CHDIR)
25 test.built_file_must_exist('product_extension.library', chdir=CHDIR)