| Index: test/actions/gyptest-all.py
|
| diff --git a/test/actions/gyptest-all.py b/test/actions/gyptest-all.py
|
| index 705fec4b5fdb7d2bb7bd16f81ab768fad2a22218..ea555550a2080481b3224cfdfa794a993af85d87 100755
|
| --- a/test/actions/gyptest-all.py
|
| +++ b/test/actions/gyptest-all.py
|
| @@ -23,7 +23,7 @@ test.relocate('src', 'relocate/src')
|
| # doesn't mesh well with ninja's semantics. TODO(evan): figure out
|
| # how to work always-run actions in to ninja.
|
| # Android also can't do this as it doesn't have order-only dependencies.
|
| -if test.format in ['ninja', 'android']:
|
| +if test.format in ['ninja', 'android', 'xcode-ninja']:
|
| test.build('actions.gyp', test.ALL, chdir='relocate/src')
|
| else:
|
| # Test that an "always run" action increases a counter on multiple
|
|
|