| Index: test/intermediate_dir/gyptest-intermediate-dir.py
|
| diff --git a/test/intermediate_dir/gyptest-intermediate-dir.py b/test/intermediate_dir/gyptest-intermediate-dir.py
|
| index 0e1020ef314e0abe601e41a084526dfaad6adf29..bf4b91a2fcd93724d1f7525afcae8d43350cf26c 100755
|
| --- a/test/intermediate_dir/gyptest-intermediate-dir.py
|
| +++ b/test/intermediate_dir/gyptest-intermediate-dir.py
|
| @@ -13,6 +13,7 @@ import TestGyp
|
| test = TestGyp.TestGyp()
|
|
|
| test.run_gyp('test.gyp', chdir='src')
|
| +
|
| test.build('test.gyp', 'target1', chdir='src')
|
| # Check stuff exists.
|
| intermediate_file1 = test.read('src/outfile.txt')
|
| @@ -22,6 +23,7 @@ shared_intermediate_file1 = test.read('src/shared_outfile.txt')
|
| test.must_contain(shared_intermediate_file1, 'shared_target1')
|
|
|
| test.run_gyp('test2.gyp', chdir='src')
|
| +
|
| # Force the shared intermediate to be rebuilt.
|
| test.sleep()
|
| test.touch('src/shared_infile.txt')
|
|
|