Skip to content

Commit

Permalink
cppignore: add testEchoIPv4Move (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeraser authored Dec 5, 2023
1 parent 607b086 commit e868ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cppignore.lnx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CppUnit::TestCaller<TimerTest>.testTimer
CppUnit::TestCaller<SocketAddressTest>.testSocketAddress
CppUnit::TestCaller<RawSocketTest>.testEchoIPv4
CppUnit::TestCaller<RawSocketTest>.testSendToReceiveFromIPv4
CppUnit::TestCaller<RawSocketTest>.testEchoIPv4Move
CppUnit::TestCaller<ICMPClientTest>.testPing
CppUnit::TestCaller<ICMPClientTest>.testBigPing
CppUnit::TestCaller<ICMPSocketTest>.testSendToReceiveFrom
Expand Down
1 change: 1 addition & 0 deletions cppignore.win
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class CppUnit::TestCaller<class NTPClientTest>.testTimeSync
class CppUnit::TestCaller<class GlobTest>.testGlob
class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4
class CppUnit::TestCaller<class RawSocketTest>.testSendToReceiveFromIPv4
class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4Move
class CppUnit::TestCaller<class ICMPClientTest>.testPing
class CppUnit::TestCaller<class ICMPClientTest>.testBigPing
class CppUnit::TestCaller<class HTTPSClientSessionTest>.testProxy
Expand Down

0 comments on commit e868ecb

Please sign in to comment.