summaryrefslogtreecommitdiffstats
path: root/test/ToolSurrogate.py
diff options
context:
space:
mode:
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()