summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-01 12:16:56 -0700
committerElliott Hughes <enh@google.com>2015-04-01 12:16:56 -0700
commitd3d018b2b4a23f850c1f349d7c3222daa6a68c23 (patch)
tree2634da687d3da2b86b7ca1b5627e4f7c1c40f221 /README.md
parent2d84d870db0e6db54cf09441434bf2f5b28c6492 (diff)
Update README.md for running tests on the host.
Change-Id: Ib360d91bffd269e7acdb20ad33a7bd85345a1475
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2c42b3ba5..79bb72a97 100644
--- a/README.md
+++ b/README.md
@@ -208,19 +208,17 @@ The tests are all built from the tests/ directory.
The host tests require that you have `lunch`ed either an x86 or x86_64 target.
$ mma
- # 64-bit tests for 64-bit targets, 32-bit otherwise.
- $ mm bionic-unit-tests-run-on-host
- # Only exists for 64-bit targets.
$ mm bionic-unit-tests-run-on-host32
+ $ mm bionic-unit-tests-run-on-host64 # For 64-bit *targets* only.
### Against glibc
As a way to check that our tests do in fact test the correct behavior (and not
just the behavior we think is correct), it is possible to run the tests against
-the host's glibc.
+the host's glibc. The executables are already in your path.
$ mma
- $ bionic-unit-tests-glibc32 # already in your path
+ $ bionic-unit-tests-glibc32
$ bionic-unit-tests-glibc64