From 36b8beec20871366a37aaa4ba01ae7971a689990 Mon Sep 17 00:00:00 2001 From: kmccormick Date: Fri, 29 Mar 2013 14:14:44 -0700 Subject: Doc update: obsolete ant target. "Bug: 8435577" Change-Id: Iaec80cef09f70ccc5d0421b4d2d9a16ada0bd12d --- docs/html/tools/testing/testing_otheride.jd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/tools/testing/testing_otheride.jd b/docs/html/tools/testing/testing_otheride.jd index 0678f52bf29e..948415834644 100644 --- a/docs/html/tools/testing/testing_otheride.jd +++ b/docs/html/tools/testing/testing_otheride.jd @@ -75,9 +75,9 @@ parent.link=index.html

You use the android tool to create test projects. You also use android to convert existing test code into an Android test project, - or to add the run-tests Ant target to an existing Android test project. + or to add the test Ant target to an existing Android test project. These operations are described in more detail in the section - Updating a test project. The run-tests target is described in + Updating a test project. The test target is described in Quick build and run with Ant.

Creating a test project

@@ -300,7 +300,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd

Quick build and run with Ant

You can use Ant to run all the tests in your test project, using the target - run-tests, which is created automatically when you create a test project with + test, which is created automatically when you create a test project with the android tool.

-- cgit v1.2.3-59-g8ed1b