aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/io/ut/builtin_ut.cpp
blob: 987cd084922227974b8af09f2e26ed79ec464ece (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());
    }
}