summaryrefslogtreecommitdiffstats
path: root/chrome/SConscript.automated_ui_tests
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/SConscript.automated_ui_tests')
-rw-r--r--chrome/SConscript.automated_ui_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/SConscript.automated_ui_tests b/chrome/SConscript.automated_ui_tests
index 6bc47b6..f9730d0 100644
--- a/chrome/SConscript.automated_ui_tests
+++ b/chrome/SConscript.automated_ui_tests
@@ -119,7 +119,7 @@ test_files = [
'$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX',
]
-exe = env_test.Program('automated_ui_tests.exe', test_files + libs)
+exe = env_test.ChromeTestProgram('automated_ui_tests.exe', test_files + libs)
i = env_test.Install('$TARGET_ROOT', exe)
Alias('chrome', i)