Searched refs:test_targets (Results 1 – 14 of 14) 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`.
392 list(APPEND test_targets check-${runtime_name})402 list(APPEND test_targets runtimes-test-depends check-runtimes)430 ${test_targets}482 list(APPEND test_targets ${target_name}-${name})484 set(test_targets "${test_targets}" PARENT_SCOPE) variable549 set(test_targets check-runtimes) variable564 set(test_targets "") variable647 foreach(target ${test_targets} ${SUB_CHECK_TARGETS})
287 set(test_targets pybind11_tests) variable293 list(APPEND test_targets pybind11_cross_module_tests)301 list(APPEND test_targets cross_module_gil_utils)311 foreach(target ${test_targets})393 DEPENDS ${test_targets}421 DEPENDS ${test_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
210 test_targets = np.random.random(data_shape)211 test_loss = model.evaluate(test_data, test_targets)218 train_loss = model.train_on_batch(test_data, test_targets)
162 test_targets()
88 macro(test_targets) macro
112 test_targets()
203 test_targets()
139 macro(test_targets) macro
199 test_targets()
428 list(APPEND test_targets ${test_name})431 add_dependencies(runtests ${test_targets})