commit | b7e30760af3f0d1b75940ad9245ad701face453a | [log] [tgz] |
---|---|---|
author | Rupert Shuttleworth <ruperts@google.com> | Wed Apr 21 11:09:52 2021 -0400 |
committer | Rupert Shuttleworth <ruperts@google.com> | Wed Apr 21 11:23:57 2021 -0400 |
tree | c5f13dff3791dadc8ed236b560315797a1c6b0f5 | |
parent | 4949557d507ee5cf5f56a5c92bbda5f8e5da4254 [diff] [blame] |
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
diff --git a/bazel/cquery/Android.bp b/bazel/cquery/Android.bp index 3a71e9c..74f7721 100644 --- a/bazel/cquery/Android.bp +++ b/bazel/cquery/Android.bp
@@ -11,4 +11,7 @@ pluginFor: [ "soong_build", ], + testSrcs: [ + "request_type_test.go", + ], }