aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabal Singh <prabalsingh@google.com>2023-09-21 17:23:45 +0100
committerPrabal Singh <prabalsingh@google.com>2023-09-22 09:17:51 +0100
commitfe7397f364613191f0a2bb8976b5f26f9f04777a (patch)
tree1313df55b3043ccfe1ba2f294aceebc2bf3bbb1b
parent44caeaad705b25052477766b75c80cf95df4f21f (diff)
downloadprivate-join-and-compute-fe7397f364613191f0a2bb8976b5f26f9f04777a.tar.gz
Add test_suite field for libpjc_crypto_test
Bug: b/297863782 Test: manually tested Change-Id: I0e76874ae678c0db3ad42685aac0dabd82e45dec
-rw-r--r--Android.bp1
-rw-r--r--TEST_MAPPING6
2 files changed, 2 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index e192053..b645dad 100644
--- a/Android.bp
+++ b/Android.bp
@@ -103,6 +103,7 @@ cc_test {
"libgmock",
"libpjc_third_party_libabsl",
],
+ test_suites: ["general-tests"]
}
/* This test takes longer than the bazel timeout atest uses, and there
diff --git a/TEST_MAPPING b/TEST_MAPPING
index ae61059..e807362 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,7 +1,3 @@
{
- "presubmit": [
- {
- "name": "libpjc_crypto_test"
- }
- ]
+ "presubmit": []
}