Lines Matching refs:run
32 The dynamic linker. When you run a dynamically-linked executable, its ELF file
157 run `./libc/tools/genversion-scripts.py`.
188 libc header change), you should run `make checkbuild`. A regular `make` will
221 a non-root user, so the unit tests must also pass when not run as root.
222 Some tests cannot do any useful work unless run as root. In this case,
234 but in cases where you really have to run CTS:
237 $ adb unroot # Because real CTS doesn't run as root.
240 run singleCommand cts --skip-preconditions -m CtsBionicTestCases
249 $ ./tests/run-on-host.sh 32
250 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.
257 just the behavior we think is correct), it is possible to run the tests against
260 $ ./tests/run-on-host.sh glibc
284 directories, run `lcov`, and open the coverage report in your browser.
288 First, build and run the host tests as usual (see above).
308 You can use `--benchmark_filter=getpid` to just run benchmarks with "getpid"
319 Bionic's test runner will run each test in its own process by default to prevent
323 However, this also makes it difficult to run the tests under GDB. To prevent
324 each test from being forked, run the tests with the flag `--no-isolate`.