Lines Matching full:sdk
2 # Test framework and SDK search paths.
3 # myFrameworks is not an absolute path, so it should not by found in SDK
4 # /Custom/Frameworks should be found in SDK
5 # /opt/Frameworks should not be found in SDK
6 # /System/Library/Frameworks is implicit and should be in SDK
17 # RUN: -path_exists /SDK/myFrameworks \
18 # RUN: -path_exists /SDK/myFrameworks/my.framework/my \
19 # RUN: -path_exists /SDK/Custom/Frameworks \
20 # RUN: -path_exists /SDK/Custom/Frameworks/Bar.framework/Bar \
21 # RUN: -path_exists /SDK/System/Library/Frameworks \
22 # RUN: -path_exists /SDK/System/Library/Frameworks/Foo.framework/Foo \
23 # RUN: -syslibroot /SDK \
35 # CHECK-NEXT: /SDK/Custom/Frameworks
37 # CHECK-NEXT: /SDK/System/Library/Frameworks
39 # CHECK: Found framework /SDK/Custom/Frameworks/Bar.framework/Bar
40 # CHECK: Found framework /SDK/System/Library/Frameworks/Foo.framework/Foo