forked from Green-Sky/tomato
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
|