blob: 54bea365ab9bc81067ecdbe59dfeac5c7e280494 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include <library/cpp/openssl/io/stream.h>
#include <library/cpp/testing/unittest/registar.h>
Y_UNIT_TEST_SUITE(Builtin) {
Y_UNIT_TEST(Init) {
UNIT_ASSERT_NO_EXCEPTION(GetBuiltinOpenSslX509Store());
UNIT_ASSERT_NO_EXCEPTION(GetBuiltinOpenSslX509Store());
}
}
|