1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/test/test_dtlslink_unit.cpp
2019-01-05 08:45:05 -05:00

9 lines
117 B
C++

#include <gtest/gtest.h>
struct DTLSTest : public ::testing::Test
{
};
TEST_F(DTLSTest, TestAliceConnectToBob)
{
}