Use beast_asio for AsioUnitTest

This commit is contained in:
Vinnie Falco
2013-08-06 18:56:04 -07:00
parent 6b2c6a5d39
commit aecf098053
6 changed files with 165 additions and 1228 deletions

View File

@@ -59,6 +59,7 @@ OTHER_FILES += \
UI_HEADERS_DIR += ../../modules/ripple_basics
SOURCES += \
../../Subtrees/beast/modules/beast_asio/beast_asio.cpp \
../../Subtrees/beast/modules/beast_basics/beast_basics.cpp \
../../Subtrees/beast/modules/beast_core/beast_core.cpp \
../../Subtrees/beast/modules/beast_crypto/beast_crypto.cpp \

View File

@@ -1030,6 +1030,7 @@
</ClCompile>
<ClCompile Include="..\..\modules\ripple_websocket\ripple_websocket.cpp" />
<ClCompile Include="..\..\src\cpp\protobuf_core.cpp" />
<ClCompile Include="..\..\Subtrees\beast\modules\beast_asio\beast_asio.cpp" />
<ClCompile Include="..\..\Subtrees\beast\modules\beast_basics\beast_basics.cpp" />
<ClCompile Include="..\..\Subtrees\beast\modules\beast_core\beast_core.cpp" />
<ClCompile Include="..\..\Subtrees\beast\modules\beast_crypto\beast_crypto.cpp" />

View File

@@ -891,6 +891,9 @@
<ClCompile Include="..\..\modules\ripple_basio\tests\ripple_AsioTests.cpp">
<Filter>[1] Ripple\ripple_basio\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\Subtrees\beast\modules\beast_asio\beast_asio.cpp">
<Filter>[0] Subtrees\beast</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Subtrees\sqlite\sqlite3.h">

View File

@@ -118,6 +118,7 @@ INCLUDE_PATHS = [
]
COMPILED_FILES = [
'Subtrees/beast/modules/beast_asio/beast_asio.cpp',
'Subtrees/beast/modules/beast_basics/beast_basics.cpp',
'Subtrees/beast/modules/beast_core/beast_core.cpp',
'Subtrees/beast/modules/beast_crypto/beast_crypto.cpp',

View File

@@ -15,6 +15,7 @@
#include "BeastConfig.h"
#include "beast/modules/beast_basics/beast_basics.h"
#include "beast/modules/beast_asio/beast_asio.h"
#include "ripple_basio.h"

File diff suppressed because it is too large Load Diff