summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-03-29 21:23:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-03-29 21:23:02 +0000
commitd51a557ab662c868d2d28675234de8eaf1c675e6 (patch)
tree1e5c53b5d213d95872995641062febc538c967cb /docs/html/tools
parent0e6691be2abbc11af2d50f1dfdebf3f11285993d (diff)
parent36b8beec20871366a37aaa4ba01ae7971a689990 (diff)
downloadframeworks_base-d51a557ab662c868d2d28675234de8eaf1c675e6.zip
frameworks_base-d51a557ab662c868d2d28675234de8eaf1c675e6.tar.gz
frameworks_base-d51a557ab662c868d2d28675234de8eaf1c675e6.tar.bz2
Merge "Doc update: obsolete ant target." into jb-mr1.1-docs
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/testing/testing_otheride.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/tools/testing/testing_otheride.jd b/docs/html/tools/testing/testing_otheride.jd
index 0678f52..9484158 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
<p>
You use the <code>android</code> tool to create test projects.
You also use <code>android</code> to convert existing test code into an Android test project,
- or to add the <code>run-tests</code> Ant target to an existing Android test project.
+ or to add the <code>test</code> Ant target to an existing Android test project.
These operations are described in more detail in the section <a href="#UpdateTestProject">
- Updating a test project</a>. The <code>run-tests</code> target is described in
+ Updating a test project</a>. The <code>test</code> target is described in
<a href="#RunTestsAnt">Quick build and run with Ant</a>.
</p>
<h3 id="CreateTestProject">Creating a test project</h3>
@@ -300,7 +300,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd
<h3 id="RunTestsAnt">Quick build and run with Ant</h3>
<p>
You can use Ant to run all the tests in your test project, using the target
- <code>run-tests</code>, which is created automatically when you create a test project with
+ <code>test</code>, which is created automatically when you create a test project with
the <code>android</code> tool.
</p>
<p>