| Index: test/mac/gyptest-copies.py
|
| diff --git a/test/mac/gyptest-copies.py b/test/mac/gyptest-copies.py
|
| index c88065eade585227e8f2f1a4094422795f9cf7ba..49685095016cf3b3eedd6067dc41449f0db5c01a 100755
|
| --- a/test/mac/gyptest-copies.py
|
| +++ b/test/mac/gyptest-copies.py
|
| @@ -46,4 +46,7 @@ if sys.platform == 'darwin':
|
| # Check that actions ran.
|
| test.built_file_must_exist('action_file', chdir='framework')
|
|
|
| + # Test that a copy with the "Code Sign on Copy" flag on succeeds.
|
| + test.build('framework.gyp', 'copy_target_code_sign', chdir='framework')
|
| +
|
| test.pass_test()
|
|
|