summaryrefslogtreecommitdiff
path: root/test/ToolSurrogate.py
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2011-03-03 02:58:49 +0000
committerGary Oberbrunner <garyo@oberbrunner.com>2011-03-03 02:58:49 +0000
commit2eeafb2d607799a6035572c9d79048573689bea3 (patch)
tree72cc25ac584021c4878070ac1d99d739f305f246 /test/ToolSurrogate.py
parent0acb06d40fad62668379ad0664948cb82251626d (diff)
downloadscons-2eeafb2d607799a6035572c9d79048573689bea3.tar.gz
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 c62128f8..0d3c6e7d 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()