| Index: test/ios/gyptest-framework.py
|
| diff --git a/test/ios/gyptest-framework.py b/test/ios/gyptest-framework.py
|
| index a9012e038f942b766102db06140d18d418f30410..a6dd857b20ed3d2f28ff86b0a6c65efdfa09a7ff 100755
|
| --- a/test/ios/gyptest-framework.py
|
| +++ b/test/ios/gyptest-framework.py
|
| @@ -27,6 +27,9 @@ if sys.platform == 'darwin' and TestMac.Xcode.Version()>="0700":
|
| 'iOSFramework.framework/Headers/iOSFramework.h',
|
| chdir='framework')
|
| test.built_file_must_exist(
|
| + 'iOSFramework.framework/Headers/Thing.h',
|
| + chdir='framework')
|
| + test.built_file_must_exist(
|
| 'iOSFramework.framework/iOSFramework',
|
| chdir='framework')
|
|
|
|
|