Index: third_party/boringssl/boringssl_unittest.cc |
diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc |
index a87a111ae6a9104d763f97a1d93e0711ac03c440..9ed97d551b845e50e68e32bc72a172198ddd25cc 100644 |
--- a/third_party/boringssl/boringssl_unittest.cc |
+++ b/third_party/boringssl/boringssl_unittest.cc |
@@ -219,3 +219,11 @@ TEST(BoringSSL, ExampleMul) { |
TEST(BoringSSL, ExampleSign) { |
TestSimple("example_sign"); |
} |
+ |
+TEST(BoringSSL, SSL) { |
+ TestSimple("ssl_test"); |
+} |
+ |
+TEST(BoringSSL, PQueue) { |
+ TestSimple("pqueue_test"); |
+} |