| Index: test/msvs/shared_output/gyptest-shared_output.py
|
| ===================================================================
|
| --- test/msvs/shared_output/gyptest-shared_output.py (revision 1470)
|
| +++ test/msvs/shared_output/gyptest-shared_output.py (working copy)
|
| @@ -30,4 +30,12 @@
|
| test.must_exist(os.path.join(test.workdir, 'foo', 'hello.exe'))
|
| test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'hello.obj'))
|
|
|
| +if test.format == 'msvs':
|
| + if test.uses_msbuild:
|
| + test.must_contain('pull_in_there.vcxproj',
|
| + '<IntDir>$(OutDir)bar\\</IntDir>')
|
| + else:
|
| + test.must_contain('pull_in_there.vcproj',
|
| + 'IntermediateDirectory="$(OutDir)bar\\"')
|
| +
|
| test.pass_test()
|
|
|