Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 67) sorted by relevance

123

/build/make/core/tasks/
Ddevice-tests.mk16 .PHONY: device-tests
18 device-tests-zip := $(PRODUCT_OUT)/device-tests.zip
20 device-tests-list-zip := $(PRODUCT_OUT)/device-tests_list.zip
22 device-tests-configs-zip := $(PRODUCT_OUT)/device-tests_configs.zip
23 my_host_shared_lib_for_device_tests := $(call copy-many-files,$(COMPATIBILITY.device-tests.HOST_SHA…
26 $(device-tests-zip) : .KATI_IMPLICIT_OUTPUTS := $(device-tests-list-zip) $(device-tests-configs-zip…
27 $(device-tests-zip) : PRIVATE_device_tests_list := $(PRODUCT_OUT)/device-tests_list
28 $(device-tests-zip) : PRIVATE_HOST_SHARED_LIBS := $(my_host_shared_lib_for_device_tests)
29 $(device-tests-zip) : PRIVATE_device_host_shared_libs_zip := $(device_tests_host_shared_libs_zip)
30 $(device-tests-zip) : $(COMPATIBILITY.device-tests.FILES) $(my_host_shared_lib_for_device_tests) $(…
[all …]
Dgeneral-tests.mk15 .PHONY: general-tests
22 intermediates_dir := $(call intermediates-dir-for,PACKAGING,general-tests)
23 general_tests_zip := $(PRODUCT_OUT)/general-tests.zip
30 $(foreach m,$(filter $(COMPATIBILITY.device-tests.HOST_SHARED_LIBRARY.FILES),\
31 $(COMPATIBILITY.general-tests.HOST_SHARED_LIBRARY.FILES)),$(call word-colon,2,$(m)))
33 $(filter-out $(COMPATIBILITY.device-tests.HOST_SHARED_LIBRARY.FILES),\
34 $(COMPATIBILITY.general-tests.HOST_SHARED_LIBRARY.FILES))
50 $(general_tests_zip) : $(COMPATIBILITY.general-tests.FILES) $(general_tests_tools) $(my_host_shared…
54 echo $(sort $(COMPATIBILITY.general-tests.FILES)) | tr " " "\n" > $(PRIVATE_INTERMEDIATES_DIR)/list
78 general-tests: $(general_tests_zip)
[all …]
Dtradefed-tests-list.mk16 .PHONY: tradefed-tests-list
35 tradefed-tests-list : $(tradefed_tests_list_zip)
36 $(call dist-for-goals, tradefed-tests-list, $(tradefed_tests_list_zip))
38 tests: tradefed-tests-list
Dtest_mapping.mk30 rm -rf $@ $(dir $@)/disabled-presubmit-tests
31 … $(sort $(PRIVATE_all_disabled_presubmit_tests)) | tr " " "\n" > $(dir $@)/disabled-presubmit-tests
33 $(SOONG_ZIP) -o $@ -C . -l $@.list -C $(dir $@) -f $(dir $@)/disabled-presubmit-tests
34 rm -f $@.list $(dir $@)/disabled-presubmit-tests
/build/soong/bpfix/bpfix/
Dbpfix_test.go172 tests := []struct {
251 for _, test := range tests {
261 var tests = []struct {
337 for _, test := range tests {
347 var tests = []struct {
490 for _, test := range tests {
502 tests := []struct {
550 for _, test := range tests {
560 tests := []struct {
616 for _, test := range tests {
[all …]
/build/soong/android/soongconfig/
Dmodules_test.go23 tests := []struct {
59 for _, tt := range tests {
69 tests := []struct {
174 for _, tt := range tests {
189 tests := []struct {
237 for _, tt := range tests {
/build/blueprint/tests/
Dtest.sh9 ../tests/bootstrap.bash
18 ../tests/bootstrap.bash -t
27 ../tests/bootstrap.bash
Dtest_tree_tests.sh24 cp -r tests/test_tree "${SRCDIR}"
116 echo tests passed
/build/blueprint/proptools/
Dproptools_test.go20 tests := []struct {
66 for _, tt := range tests {
76 tests := []struct {
107 for _, tt := range tests {
Dtag_test.go32 tests := []struct {
61 for _, test := range tests {
72 tests := []struct {
133 for _, test := range tests {
Dfilter_test.go37 tests := []struct {
221 for _, test := range tests {
243 tests := []struct {
271 for _, test := range tests {
296 tests := []struct {
328 for _, test := range tests {
346 tests := []struct {
467 for _, test := range tests {
/build/blueprint/gotestmain/
Dgotestmain.go48 func findTests(srcs []string) (tests []string, examples []*doc.Example, hasMain bool) {
61 tests = append(tests, obj.Name)
67 sort.Strings(tests)
88 tests, examples, hasMain := findTests(flag.Args())
92 Tests: tests,
/build/soong/scripts/
Dtest_config_fixer.py53 tests = get_children_with_tag(test_config, 'test')
55 for test in tests:
64 tests = get_children_with_tag(test_config, 'target_preparer')
66 for test in tests:
DAndroid.bp38 test_suites: ["general-tests"],
93 test_suites: ["general-tests"],
149 test_suites: ["general-tests"],
189 test_suites: ["general-tests"],
/build/make/core/tasks/tools/
Dcompatibility.mk37 $(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util-tests.jar \
38 $(HOST_OUT_JAVA_LIBRARIES)/compatibility-common-util-tests.jar \
39 $(HOST_OUT_JAVA_LIBRARIES)/compatibility-tradefed-tests.jar \
41 $(HOST_OUT_JAVA_LIBRARIES)/$(test_suite_tradefed)-tests.jar \
/build/make/target/product/
Dvboot.mk24 PRODUCT_VBOOT_SIGNING_KEY := external/vboot_reference/tests/devkeys/kernel_data_key
25 PRODUCT_VBOOT_SIGNING_SUBKEY := external/vboot_reference/tests/devkeys/kernel_subkey
/build/soong/ui/build/
Drbe_test.go30 tests := []struct {
47 for _, tt := range tests {
85 tests := []struct {
106 for _, tt := range tests {
Dconfig_test.go187 tests := []struct {
224 for _, tt := range tests {
279 tests := []struct {
305 for _, tt := range tests {
346 tests := []struct {
489 for _, tt := range tests {
528 tests := []struct {
608 for _, tt := range tests {
641 tests := []struct {
677 for _, tt := range tests {
[all …]
Dupload_test.go32 tests := []struct {
53 for _, tt := range tests {
107 tests := []struct {
122 for _, tt := range tests {
/build/soong/android/
Dmodule_test.go25 tests := []struct {
59 for _, tt := range tests {
72 tests := []struct {
132 for _, tt := range tests {
/build/blueprint/
DBlueprints145 "gotestmain-tests",
173 // gotestmain tests can't be on the gotestmain module because it is an implicit dependency of tests.
174 // Put the tests in their own package and make it a dependency of minibp to make sure they run.
176 name: "gotestmain-tests",
/build/soong/java/
Drobolectric.go70 tests []string member
173 r.tests = append(r.tests, s)
266 shardSize := (len(r.tests) + numShards - 1) / numShards
267 shards := android.ShardStrings(r.tests, shardSize)
281 r.writeTestRunner(w, name, "Run"+name, r.tests)
289 func (r *robolectricTest) writeTestRunner(w io.Writer, module, name string, tests []string) {
297 fmt.Fprintln(w, "LOCAL_ROBOTEST_FILES :=", strings.Join(tests, " "))
Ddexpreopt_test.go22 tests := []struct {
147 for _, test := range tests {
/build/soong/remoteexec/
Dremoteexec_test.go25 tests := []struct {
60 for _, test := range tests {
/build/make/core/
Dmain.mk71 -include tools/tradefederation/build/suites/device-tests/config.mk
73 -include tools/tradefederation/build/suites/general-tests/config.mk
444 $(if $(filter tests,$(1)),,true)
451 $(if $(filter samples tests,$(1)),,true)
869 $(foreach suite,general-tests device-tests vts,\
874 $(if $(filter $(suite),device-tests general-tests),\
1176 $(if $(filter tests,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_TESTS)) \
1801 java-host-tests java-target-tests native-host-tests native-target-tests \
1802 java-tests native-tests host-tests target-tests tests java-dex \
1806 target-java-tests target-native-tests
[all …]

123