mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
11 lines
228 B
C++
11 lines
228 B
C++
#include "TCP_connection.h"
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
namespace {
|
|
|
|
// TODO(Jfreegman) make this useful or remove it after NGC is merged
|
|
TEST(TCP_connection, NullTest) { (void)tcp_send_oob_packet_using_relay; }
|
|
|
|
} // namespace
|