Tidy up beast_asio

This commit is contained in:
Vinnie Falco
2013-08-09 20:31:45 -07:00
parent 000b5a2b7c
commit e8ad5a0e6b
26 changed files with 531 additions and 459 deletions

View File

@@ -29,11 +29,13 @@ namespace beast
#include "sockets/beast_SslContext.cpp"
#include "tests/beast_TestPeerBasics.cpp"
#include "tests/beast_TestPeerTests.cpp"
#include "tests/beast_TestPeerLogic.cpp"
#include "tests/beast_TestPeerLogicSyncServer.cpp"
#include "tests/beast_TestPeerLogicSyncClient.cpp"
#include "tests/beast_TestPeerLogicAsyncServer.cpp"
#include "tests/beast_TestPeerLogicAsyncClient.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"
#include "tests/beast_PeerTest.cpp"
#include "tests/beast_TestPeerUnitTests.cpp"
}