Enable ConscryptPrivateTestCases in postsubmit

Test: atest :postsubmit
Bug: 319829948
Change-Id: Iaa9c85e163d8733e02c5fe0e22558ee12a3db1cf
diff --git a/Android.bp b/Android.bp
index 7505deb..6ddc957 100644
--- a/Android.bp
+++ b/Android.bp
@@ -767,8 +767,8 @@
         "bouncycastle-bcpkix-unbundled",
         "bouncycastle-ocsp-unbundled",
     ],
-
     java_version: "1.8",
+    test_suites: ["general-tests"],
 }
 
 // Make the conscrypt-benchmarks library.
diff --git a/TEST_MAPPING b/TEST_MAPPING
index cffa5f4..59d91de 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -31,5 +31,10 @@
         }
       ]
     }
+  ],
+  "postsubmit": [
+    {
+      "name": "ConscryptPrivateTestCases"
+    }
   ]
 }