| Index: test/actions-none/gyptest-none.py
|
| diff --git a/test/actions-none/gyptest-none.py b/test/actions-none/gyptest-none.py
|
| index 1e0b691439f21d7da7b347d9b793a7aaa90fb466..933cfad30c6619c5a5381f69807521c646cb4da2 100755
|
| --- a/test/actions-none/gyptest-none.py
|
| +++ b/test/actions-none/gyptest-none.py
|
| @@ -13,6 +13,7 @@ import TestGyp
|
| test = TestGyp.TestGyp()
|
|
|
| test.run_gyp('none_with_source_files.gyp', chdir='src')
|
| +
|
| test.relocate('src', 'relocate/src')
|
| test.build('none_with_source_files.gyp', chdir='relocate/src')
|
|
|
|
|