Home | History | Annotate | Download | only in win

Lines Matching refs:CHDIR

24   CHDIR = 'command-quote'
25 test.run_gyp('command-quote.gyp', chdir=CHDIR)
27 test.build('command-quote.gyp', 'test_batch', chdir=CHDIR)
28 test.build('command-quote.gyp', 'test_call_separate', chdir=CHDIR)
29 test.build('command-quote.gyp', 'test_with_double_quotes', chdir=CHDIR)
30 test.build('command-quote.gyp', 'test_with_single_quotes', chdir=CHDIR)
34 test.build('command-quote.gyp', 'test_with_spaces', chdir=CHDIR, status=1)
36 CHDIR = 'command-quote/subdir/and/another'
37 test.run_gyp('in-subdir.gyp', chdir=CHDIR)
38 test.build('in-subdir.gyp', 'test_batch_depth', chdir=CHDIR)