Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / boringssl_unittest.cc
index b2a22e5..9ed97d5 100644 (file)
@@ -208,6 +208,10 @@ TEST(BoringSSL, PKCS7) {
   TestSimple("pkcs7_test");
 }
 
+TEST(BoringSSL, PKCS12) {
+  TestSimple("pkcs12_test");
+}
+
 TEST(BoringSSL, ExampleMul) {
   TestSimple("example_mul");
 }
@@ -215,3 +219,11 @@ TEST(BoringSSL, ExampleMul) {
 TEST(BoringSSL, ExampleSign) {
   TestSimple("example_sign");
 }
+
+TEST(BoringSSL, SSL) {
+  TestSimple("ssl_test");
+}
+
+TEST(BoringSSL, PQueue) {
+  TestSimple("pqueue_test");
+}