Lines Matching refs:run
41 The dynamic linker. When you run a dynamically-linked executable, its ELF file
201 libc header change), you should run `make checkbuild`. A regular `make` will
233 a non-root user, so the unit tests must also pass when not run as root.
234 Some tests cannot do any useful work unless run as root. In this case,
246 but in cases where you really have to run CTS:
249 $ adb unroot # Because real CTS doesn't run as root.
252 run singleCommand cts --skip-preconditions -m CtsBionicTestCases
261 $ ./tests/run-on-host.sh 32
262 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.
269 just the behavior we think is correct), it is possible to run the tests against
272 $ ./tests/run-on-host.sh glibc
295 directories, run `lcov`, and open the coverage report in your browser.
299 First, build and run the host tests as usual (see above).
310 Bionic's test runner will run each test in its own process by default to prevent
314 However, this also makes it difficult to run the tests under GDB. To prevent
315 each test from being forked, run the tests with the flag `--no-isolate`.