forked from Green-Sky/tomato
Squashed 'external/toxcore/c-toxcore/' content from commit 67badf69
git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: 67badf69416a74e74f6d7eb51dd96f37282b8455
This commit is contained in:
14
toxcore/friend_connection_test.cc
Normal file
14
toxcore/friend_connection_test.cc
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "friend_connection.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace {
|
||||
|
||||
// TODO(Jfreegman) make this useful or remove it after NGC is merged
|
||||
TEST(friend_connection, NullTest)
|
||||
{
|
||||
(void)friend_conn_get_onion_friendnum;
|
||||
(void)friend_conn_get_dht_ip_port;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
Reference in New Issue
Block a user