Fix links to android_test_instructions.md
Looks like this file moved into docs/testing/ at some point and several references were stale. TBR=mef@chromium.org Bug: None Change-Id: I3c35be9d3ac9f3821593406746cc9b230a26de80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637637 Auto-Submit: Ken Rockot <rockot@google.com> Reviewed-by: Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#664827}
This commit is contained in:
android_webview/docs
components/cronet/android
docs
@ -5,7 +5,7 @@
|
|||||||
## Android Instructions
|
## Android Instructions
|
||||||
|
|
||||||
Please follow the instructions at
|
Please follow the instructions at
|
||||||
[android_test_instructions.md](/docs/android_test_instructions.md).
|
[android_test_instructions.md](/docs/testing/android_test_instructions.md).
|
||||||
This guide is an extension with WebView-specific content.
|
This guide is an extension with WebView-specific content.
|
||||||
|
|
||||||
*** note
|
*** note
|
||||||
|
@ -44,7 +44,7 @@ $ ./out/Debug/bin/run_net_unittests --fast-local-dev
|
|||||||
```
|
```
|
||||||
|
|
||||||
For more information about running net_unittests, read
|
For more information about running net_unittests, read
|
||||||
[Android Test Instructions](/docs/android_test_instructions.md).
|
[Android Test Instructions](/docs/testing/android_test_instructions.md).
|
||||||
|
|
||||||
There are a small number of C++ Cronet unit tests, called
|
There are a small number of C++ Cronet unit tests, called
|
||||||
cronet_unittests_android, that can be run by following the above instructions
|
cronet_unittests_android, that can be run by following the above instructions
|
||||||
|
@ -350,7 +350,8 @@ for more on debugging, including how to debug Java code.
|
|||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
For information on running tests, see [Android Test Instructions](android_test_instructions.md).
|
For information on running tests, see
|
||||||
|
[Android Test Instructions](testing/android_test_instructions.md).
|
||||||
|
|
||||||
### Faster Edit/Deploy
|
### Faster Edit/Deploy
|
||||||
|
|
||||||
|
@ -194,4 +194,5 @@ The app will appear on the device as "Chromium".
|
|||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
For information on running tests, see [Android Test Instructions](android_test_instructions.md).
|
For information on running tests, see
|
||||||
|
[Android Test Instructions](testing/android_test_instructions.md).
|
||||||
|
@ -18,7 +18,7 @@ To import the project:
|
|||||||
* Use "Import Project", and select the directory containing the generated
|
* Use "Import Project", and select the directory containing the generated
|
||||||
project, e.g. `out/Debug/gradle`.
|
project, e.g. `out/Debug/gradle`.
|
||||||
|
|
||||||
See [android_test_instructions.md](android_test_instructions.md#Using-Emulators)
|
See [android_test_instructions.md](testing/android_test_instructions.md#Using-Emulators)
|
||||||
for more information about building and running emulators.
|
for more information about building and running emulators.
|
||||||
|
|
||||||
If you're asked to use Studio's Android SDK: No.
|
If you're asked to use Studio's Android SDK: No.
|
||||||
|
Reference in New Issue
Block a user