Home | History | Annotate | Download | only in win

Lines Matching refs:CHDIR

18   CHDIR = 'shard'
19 test.run_gyp('shard.gyp', chdir=CHDIR)
20 test.build('shard.gyp', test.ALL, chdir=CHDIR)
22 test.built_file_must_exist('shard_0.lib', chdir=CHDIR)
23 test.built_file_must_exist('shard_1.lib', chdir=CHDIR)
24 test.built_file_must_exist('shard_2.lib', chdir=CHDIR)
25 test.built_file_must_exist('shard_3.lib', chdir=CHDIR)
27 test.run_gyp('shard_ref.gyp', chdir=CHDIR)
28 test.build('shard_ref.gyp', test.ALL, chdir=CHDIR)