This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/src/session/test/gtest_overload_evict_udp_sess.cpp

19 lines
238 B
C++
Raw Normal View History

#include "test_utils.h"
#if 1
TEST(OVERLOAD, EVICT_UDP_OLD_SESS)
{
}
#endif
#if 1
TEST(OVERLOAD, EVICT_UDP_NEW_SESS)
{
}
#endif
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}