Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7e30760 authored by Rupert Shuttleworth's avatar Rupert Shuttleworth
Browse files

Add various test files as testSrcs, so that they run on CI.

Test: go test
Test: TH (now that these are hooked up to TH)

Change-Id: Ia199794ef1a64074f3f9159f8c160ba3e45fd181
parent 4949557d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,9 +85,11 @@ bootstrap_go_package {
        "androidmk_test.go",
        "apex_test.go",
        "arch_test.go",
        "bazel_handler_test.go",
        "bazel_test.go",
        "config_test.go",
        "csuite_config_test.go",
        "defaults_test.go",
        "depset_test.go",
        "deptag_test.go",
        "expand_test.go",
+3 −0
Original line number Diff line number Diff line
@@ -11,4 +11,7 @@ bootstrap_go_package {
    pluginFor: [
        "soong_build",
    ],
    testSrcs: [
        "request_type_test.go",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ bootstrap_go_package {
        "droiddoc_test.go",
        "droidstubs_test.go",
        "hiddenapi_singleton_test.go",
        "jacoco_test.go",
        "java_test.go",
        "jdeps_test.go",
        "kotlin_test.go",