TestPeer boost::asio Socket and UnitTest framework

This commit is contained in:
Vinnie Falco
2013-08-09 19:39:16 -07:00
parent 98352429c2
commit 88ffd3cdfb
31 changed files with 2487 additions and 271 deletions

View File

@@ -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"
}