summaryrefslogtreecommitdiffstats
path: root/testing/gtest_ios
Commit message (Collapse)AuthorAgeFilesLines
* Add a helper script to run unit test targets for iOSstuartmorgan@chromium.org2012-07-261-0/+87
| | | | | | | | | | | | 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
* Make all gtest targets into bundles on iOSstuartmorgan@chromium.org2012-07-091-0/+32
The raw 'executable' type maps to the .tool Apple product-type, which doesn't exist on iOS. Make each unit test a bundle instead. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10704121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145671 0039d316-1c4b-4281-b951-d872f2087c98