summaryrefslogtreecommitdiffstats
path: root/test/ToolSurrogate.py
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2011-03-03 02:58:49 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2011-03-03 02:58:49 (GMT)
commit8e57d53b7feaa432d604a1bb18f464e048c84cef (patch)
tree72cc25ac584021c4878070ac1d99d739f305f246 /test/ToolSurrogate.py
parentffc637041019f2689920d827c6930371e18a85d3 (diff)
downloadSCons-8e57d53b7feaa432d604a1bb18f464e048c84cef.zip
SCons-8e57d53b7feaa432d604a1bb18f464e048c84cef.tar.gz
SCons-8e57d53b7feaa432d604a1bb18f464e048c84cef.tar.bz2
Fix test rot from prev commit (minor)
Diffstat (limited to 'test/ToolSurrogate.py')
-rw-r--r--test/ToolSurrogate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ToolSurrogate.py b/test/ToolSurrogate.py
index c62128f..0d3c6e7 100644
--- a/test/ToolSurrogate.py
+++ b/test/ToolSurrogate.py
@@ -99,6 +99,7 @@ test.write('foo.c', "foo.c win32\n")
test.run(arguments = '. platform=win32', stdout = test.wrap_stdout("""\
cl /Fofoo.obj /c foo.c /nologo
link /nologo /OUT:foo.exe foo.obj
+embedManifestExeCheck(target, source, env)
"""))
test.pass_test()