Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: client/deps/chrome_test/setup_test_links.sh

Issue 661476: Chrome's UI automation tests (browser_test) added as autotest (Closed)
Patch Set: minor fixes Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/chrome_test/control ('k') | client/site_tests/desktopui_BrowserTest/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/chrome_test/setup_test_links.sh
diff --git a/client/deps/chrome_test/setup_test_links.sh b/client/deps/chrome_test/setup_test_links.sh
new file mode 100755
index 0000000000000000000000000000000000000000..a938868f4f3ceee848d9068088070216d00d7505
--- /dev/null
+++ b/client/deps/chrome_test/setup_test_links.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+#
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# A script to setup symbolic links needed for Chrome's automated UI tests.
+
+ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
+ln -f -s /opt/google/chrome/chrome.pak $(dirname $0)/chrome.pak
+ln -f -s /opt/google/chrome/locales $(dirname $0)/locales
+ln -f -s /opt/google/chrome/resources $(dirname $0)/resources
+
+mkdir -p $(dirname $0)/chromeos
+ln -f -s /opt/google/chrome/chromeos/libcros.so \
+ $(dirname $0)/chromeos/libcros.so
« no previous file with comments | « client/deps/chrome_test/control ('k') | client/site_tests/desktopui_BrowserTest/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698