mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
TestPeer boost::asio Socket and UnitTest framework
This commit is contained in:
@@ -24,6 +24,16 @@
|
||||
namespace beast
|
||||
{
|
||||
|
||||
#include "sockets/beast_SocketBase.cpp"
|
||||
#include "sockets/beast_Socket.cpp"
|
||||
#include "sockets/beast_SslContext.cpp"
|
||||
|
||||
#include "tests/beast_TestPeerBasics.cpp"
|
||||
#include "tests/beast_TestPeerTests.cpp"
|
||||
|
||||
#include "tests/detail/beast_TestPeerLogicSyncServer.cpp"
|
||||
#include "tests/detail/beast_TestPeerLogicSyncClient.cpp"
|
||||
#include "tests/detail/beast_TestPeerLogicAsyncServer.cpp"
|
||||
#include "tests/detail/beast_TestPeerLogicAsyncClient.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user