Merge "Add various test files as testSrcs, so that they run on CI." am: dac451715b

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1683265

Change-Id: I778645f091d2278072423174dba25c9dd238413b
This commit is contained in:
Rupert Shuttleworth
2021-04-22 03:35:53 +00:00
committed by Automerger Merge Worker
3 changed files with 6 additions and 0 deletions

View File

@@ -85,9 +85,11 @@ bootstrap_go_package {
"androidmk_test.go", "androidmk_test.go",
"apex_test.go", "apex_test.go",
"arch_test.go", "arch_test.go",
"bazel_handler_test.go",
"bazel_test.go", "bazel_test.go",
"config_test.go", "config_test.go",
"csuite_config_test.go", "csuite_config_test.go",
"defaults_test.go",
"depset_test.go", "depset_test.go",
"deptag_test.go", "deptag_test.go",
"expand_test.go", "expand_test.go",

View File

@@ -11,4 +11,7 @@ bootstrap_go_package {
pluginFor: [ pluginFor: [
"soong_build", "soong_build",
], ],
testSrcs: [
"request_type_test.go",
],
} }

View File

@@ -79,6 +79,7 @@ bootstrap_go_package {
"droiddoc_test.go", "droiddoc_test.go",
"droidstubs_test.go", "droidstubs_test.go",
"hiddenapi_singleton_test.go", "hiddenapi_singleton_test.go",
"jacoco_test.go",
"java_test.go", "java_test.go",
"jdeps_test.go", "jdeps_test.go",
"kotlin_test.go", "kotlin_test.go",