Home | History | Annotate | Download | only in hard_dependency

Lines Matching defs:chdir

21 test.run_gyp('hard_dependency.gyp', chdir='src')
23 chdir = 'relocate/src'
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'd', chdir=chdir)
31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
32 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('c', type=test.STATIC_LIB, chdir=chdir)
34 test.built_file_must_exist('d', type=test.STATIC_LIB, chdir=chdir)