Home | History | Annotate | Download | only in mac

Lines Matching refs:CHDIR

19   CHDIR = 'framework-headers'
20 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', 'test_framework_headers_framework', chdir=CHDIR)
26 'TestFramework.framework/Versions/A/TestFramework', chdir=CHDIR)
29 'TestFramework.framework/Versions/A/Headers/myframework.h', chdir=CHDIR)
32 test.build('test.gyp', 'test_framework_headers_static', chdir=CHDIR)
34 test.built_file_must_exist('libTestLibrary.a', chdir=CHDIR)
36 test.built_file_must_exist('include/myframework.h', chdir=CHDIR)