| Index: test/copies/gyptest-all.py
|
| diff --git a/test/copies/gyptest-all.py b/test/copies/gyptest-all.py
|
| index aeccf3324c1c2e5d618b74f1b8a3d5a050d8faad..ca9db445675b44f7adff191abc1358e7fa2e2cc3 100755
|
| --- a/test/copies/gyptest-all.py
|
| +++ b/test/copies/gyptest-all.py
|
| @@ -22,10 +22,12 @@ test.build('copies.gyp', test.ALL, chdir='relocate/src')
|
|
|
| test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
|
|
|
| +test.built_file_must_match('copies-out/framework/file1',
|
| + 'file1 contents\n',
|
| + chdir='relocate/src')
|
| test.built_file_must_match('copies-out/file2',
|
| 'file2 contents\n',
|
| chdir='relocate/src')
|
| -
|
| test.built_file_must_match('copies-out/directory/file3',
|
| 'file3 contents\n',
|
| chdir='relocate/src')
|
|
|