Add a helper script to run unit test targets for iOS
This allows easily running a unit test target on multiple simulator configurations.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10832030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148532 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index de32937..5c5ae8a 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -154,7 +154,7 @@
# Use a variable so the path gets fixed up so it is always
# correct when the action finally gets used.
'ios_run_unittest_script_path':
- '<(DEPTH)/testing/gtest_ios/RunUnittest.sh',
+ '<(DEPTH)/testing/gtest_ios/run-unittest.sh',
},
'run_as': {
'action????': ['>(ios_run_unittest_script_path)'],