Searched refs:test_targets (Results 1 – 9 of 9) sorted by relevance
30 test_targets=" \40 for target in ${test_targets}; do82 tst_resm TINFO "Test targets: ${test_targets}"85 for target in ${test_targets}; do
158 * `test_targets`: the list of ninja targets which, if affected by a patch,162 *in addition to* the list in `test_targets`. Any meta targets175 * `test_targets`, which is a list of unpruned targets to be mapped205 * Passing an empty list for one or the other of test_targets and212 anything at all, so passing [] for both test_targets and 234 "Found dependency (all)"), we should also return the `test_targets` unmodified235 and return the union of `test_targets` and `additional_compile_targets` for263 "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 …]
41 * `test_targets`: an array of (ninja) build targets that needed to run the46 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 the58 bots have been updated to use compile_targets and test_targets instead.72 * `test_targets`: the subset of the input `test_targets` that are83 * `"Found dependency (all)"` (`test_targets` is returned as-is;84 `compile_targets` should contain the union of `test_targets` and91 `test_targets`.
329 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) variable476 set(test_targets "") variable552 foreach(target ${test_targets} ${SUB_CHECK_TARGETS})
1232 .PHONY: test_targets1233 test_targets:: runcgpttests runmisctests run2tests target1237 test_targets:: runbmptests runfutiltests target1240 test_targets:: runtestscripts target1263 runtests: test_setup test_targets
162 test_targets()
88 macro(test_targets) macro
112 test_targets()
397 list(APPEND test_targets ${test_name})400 add_dependencies(runtests ${test_targets})