/aosp_15_r20/external/bazelbuild-rules_rust/.bazelci/ |
H A D | presubmit.yml | 59 test_targets: *default_linux_targets 69 test_targets: *default_linux_targets 72 test_targets: *default_macos_targets 77 test_targets: *default_windows_targets 94 test_targets: *default_linux_targets 103 test_targets: *default_macos_targets 116 test_targets: *default_windows_targets 122 test_targets: *default_linux_targets 133 test_targets: *default_linux_targets 141 test_targets: *default_linux_targets [all …]
|
/aosp_15_r20/external/webrtc/tools_webrtc/mb/docs/ |
H A D | design_spec.md | 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 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 …]
|
H A D | user_guide.md | 41 * `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`.
|
/aosp_15_r20/external/liburing/test/ |
H A D | Makefile | 190 test_targets := $(patsubst %.c,%,$(test_srcs)) macro 191 test_targets := $(patsubst %.cc,%,$(test_targets)) macro 192 run_test_targets := $(patsubst %,%.run_test,$(test_targets)) 193 test_targets := $(patsubst %,%.t,$(test_targets)) macro 194 all_targets += $(test_targets) 206 all: $(test_targets) 221 install: $(test_targets) runtests.sh runtests-loop.sh 223 $(INSTALL) -D -m 755 $(test_targets) $(datadir)/liburing-test/ 232 @./runtests.sh $(test_targets) 235 @./runtests-loop.sh $(test_targets)
|
/aosp_15_r20/external/bazelbuild-rules_go/.bazelci/ |
H A D | presubmit.yml | 16 test_targets: 28 test_targets: 41 test_targets: 56 test_targets: 72 test_targets: 257 test_targets: 340 test_targets: 352 test_targets: 367 test_targets:
|
/aosp_15_r20/external/stardoc/.bazelci/ |
H A D | presubmit.yml | 6 test_targets: 11 test_targets: 16 test_targets: 21 test_targets:
|
/aosp_15_r20/external/bazelbuild-rules_testing/.bazelci/ |
H A D | presubmit.yml | 11 test_targets: 20 test_targets: 29 test_targets: 38 test_targets:
|
/aosp_15_r20/external/bazelbuild-platforms/.bazelci/ |
H A D | presubmit.yml | 6 test_targets: 14 test_targets: 22 test_targets: 32 #test_targets:
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
D | grpc_python_bazel_test_in_docker.sh | 19 TEST_TARGETS="//src/python/... //tools/distrib/python/grpcio_tools/... //examples/python/..." 23 python_bazel_tests/bazel_wrapper ${RESULTSTORE_RESULTS_FLAG} test ${BAZEL_FLAGS} ${TEST_TARGETS} 26 …TORE_RESULTS_FLAG} test --config=python_single_threaded_unary_stream ${BAZEL_FLAGS} ${TEST_TARGETS} 29 …apper ${RESULTSTORE_RESULTS_FLAG} test --config=python_poller_engine ${BAZEL_FLAGS} ${TEST_TARGETS}
|
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/linux/ |
H A D | grpc_python_bazel_test_in_docker.sh | 19 TEST_TARGETS="//src/python/... //tools/distrib/python/grpcio_tools/... //examples/python/..." 23 python_bazel_tests/bazel_wrapper ${RESULTSTORE_RESULTS_FLAG} test ${BAZEL_FLAGS} ${TEST_TARGETS} 26 …TORE_RESULTS_FLAG} test --config=python_single_threaded_unary_stream ${BAZEL_FLAGS} ${TEST_TARGETS} 29 …apper ${RESULTSTORE_RESULTS_FLAG} test --config=python_poller_engine ${BAZEL_FLAGS} ${TEST_TARGETS}
|
/aosp_15_r20/external/bazelbuild-rules_testing/lib/ |
H A D | test_suite.bzl | 49 test_targets = [] 54 test_targets.append(test_name) 59 test_targets.append(test_name) 63 tests = test_targets,
|
/aosp_15_r20/external/bazel-skylib/.bazelci/ |
H A D | presubmit.yml | 26 test_targets: *reusable_targets 44 test_targets: 82 test_targets: 96 test_targets:
|
/aosp_15_r20/external/ltp/testcases/kernel/tracing/ftrace_test/ |
H A D | ftrace_stress_test.sh | 30 test_targets=" \ 40 for target in ${test_targets}; do 82 tst_resm TINFO "Test targets: ${test_targets}" 85 for target in ${test_targets}; do
|
/aosp_15_r20/external/bazelbuild-rules_python/.bazelci/ |
H A D | presubmit.yml | 36 test_targets: 63 test_targets: ["..."] 67 test_targets: ["..."] 108 test_targets: ["//..."] 115 test_targets: ["//..."] 121 test_targets: ["//..."]
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | project_info_unittest.py | 283 test_targets = ['mod_1', 'mod_2'] 284 build_argument.extend(test_targets) 286 project_info._build_target(test_targets) 288 self.assertTrue(mock_format.called_with('\n'.join(test_targets))) 295 project_info._build_target(test_targets)
|
/aosp_15_r20/external/flatbuffers/.bazelci/ |
H A D | presubmit.yml | 16 test_targets: 30 test_targets: 35 test_targets:
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/compile_time/ |
D | Makefile | 21 TEST_TARGETS=$(TEST_SRCS:.cpp=.test) macro 23 all: $(TEST_TARGETS) 29 rm -f $(TEST_TARGETS) $(TEST_OBJS)
|
/aosp_15_r20/external/skia/tools/testrunners/unit/ |
H A D | unit_tests.bzl | 31 test_targets = [] 36 test_targets.append(new_target) 51 tests = test_targets,
|
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/bazel_distcheck/ |
H A D | build.sh | 17 TEST_TARGETS=( 69 bazel fetch --distdir=${TMP_DISTDIR} "${BUILD_ONLY_TARGETS[@]}" "${TEST_TARGETS[@]}" 77 "${TEST_TARGETS[@]}" || FAILED=true
|
/aosp_15_r20/external/protobuf/kokoro/linux/bazel_distcheck/ |
H A D | build.sh | 17 TEST_TARGETS=( 69 bazel fetch --distdir=${TMP_DISTDIR} "${BUILD_ONLY_TARGETS[@]}" "${TEST_TARGETS[@]}" 77 "${TEST_TARGETS[@]}" || FAILED=true
|
/aosp_15_r20/external/bazelbuild-rules_android/test/utils/ |
H A D | unittest.bzl | 50 test_targets = [] 58 test_targets.append(test_info.name) 62 tests = test_targets,
|
/aosp_15_r20/external/lz4/tests/ |
H A D | Makefile | 190 TEST_TARGETS := $(filter test%,$(ALL_TARGETS)) macro 191 .PHONY: $(TEST_TARGETS) # all targets starting by `test` are now .PHONY 193 test_targets: target 194 @echo TEST_TARGETS = $(TEST_TARGETS)
|
/aosp_15_r20/out/soong/raw-aosp_shiba/33/ |
D | 33c86e6505657ae442eea7c0c7762c50a02aa752 | 23 …from: "out/soong/.intermediates/test/app_compat/csuite/test_targets/csuite-app-launch/csuite-app-l… 24 …to: "out/soong/.intermediates/test/app_compat/csuite/test_targets/csuite-app-launch/csuite-app-lau… 35 … __SBOX_SANDBOX_DIR__/out/soong/.intermediates/test/app_compat/csuite/test_targets/csuite-app-laun…
|
/aosp_15_r20/external/bazelbuild-kotlin-rules/kotlin/common/testing/ |
H A D | unittest_suites.bzl | 161 test_targets = [] 164 test_targets.append(target_name) 188 tests = test_targets,
|
/aosp_15_r20/external/bazelbuild-rules_rust/.bcr/ |
H A D | presubmit.yml | 18 test_targets: 38 test_targets:
|