Home
last modified time | relevance | path

Searched refs:test_targets (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_stress_test.sh30 test_targets=" \
40 for target in ${test_targets}; do
82 tst_resm TINFO "Test targets: ${test_targets}"
85 for target in ${test_targets}; do
/external/v8/tools/mb/docs/
Ddesign_spec.md158 * `test_targets`: the list of ninja targets which, if affected by a patch,
162 *in addition to* the list in `test_targets`. Any meta targets
175 * `test_targets`, which is a list of unpruned targets to be mapped
205 * Passing an empty list for one or the other of test_targets and
212 anything at all, so passing [] for both test_targets and
234 "Found dependency (all)"), we should also return the `test_targets` unmodified
235 and return the union of `test_targets` and `additional_compile_targets` for
263 "test_targets": ["wtf_unittests", "webkit_tests"],
272 "test_targets": ["webkit_tests"]
275 Note how `webkit_tests` was pruned in compile_targets but not in test_targets.
[all …]
Duser_guide.md41 * `test_targets`: an array of (ninja) build targets that needed to run the
46 passed in `test_targets`. Targets in this list will be treated
54 Empty lists for both `test_targets` and `additional_compile_targets`
57 and `test_targets`. Support for this field will be removed once the
58 bots have been updated to use compile_targets and test_targets instead.
72 * `test_targets`: the subset of the input `test_targets` that are
83 * `"Found dependency (all)"` (`test_targets` is returned as-is;
84 `compile_targets` should contain the union of `test_targets` and
91 `test_targets`.
/external/swiftshader/third_party/llvm-7.0/llvm/runtimes/
DCMakeLists.txt329 list(APPEND test_targets check-${runtime_name})
339 list(APPEND test_targets runtimes-test-depends check-runtimes)
360 ${test_targets}
411 list(APPEND test_targets ${target_name}-${name})
413 set(test_targets "${test_targets}" PARENT_SCOPE) variable
476 set(test_targets "") variable
552 foreach(target ${test_targets} ${SUB_CHECK_TARGETS})
/external/vboot_reference/
DMakefile1232 .PHONY: test_targets
1233 test_targets:: runcgpttests runmisctests run2tests target
1237 test_targets:: runbmptests runfutiltests target
1240 test_targets:: runtestscripts target
1263 runtests: test_setup test_targets
/external/compiler-rt/cmake/
Dbuiltin-config-ix.cmake162 test_targets()
Dbase-config-ix.cmake88 macro(test_targets) macro
Dconfig-ix.cmake112 test_targets()
/external/libaom/libaom/test/
Dtest.cmake397 list(APPEND test_targets ${test_name})
400 add_dependencies(runtests ${test_targets})