mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use beast_asio for AsioUnitTest
This commit is contained in:
@@ -59,6 +59,7 @@ OTHER_FILES += \
|
|||||||
UI_HEADERS_DIR += ../../modules/ripple_basics
|
UI_HEADERS_DIR += ../../modules/ripple_basics
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
../../Subtrees/beast/modules/beast_asio/beast_asio.cpp \
|
||||||
../../Subtrees/beast/modules/beast_basics/beast_basics.cpp \
|
../../Subtrees/beast/modules/beast_basics/beast_basics.cpp \
|
||||||
../../Subtrees/beast/modules/beast_core/beast_core.cpp \
|
../../Subtrees/beast/modules/beast_core/beast_core.cpp \
|
||||||
../../Subtrees/beast/modules/beast_crypto/beast_crypto.cpp \
|
../../Subtrees/beast/modules/beast_crypto/beast_crypto.cpp \
|
||||||
|
|||||||
@@ -1030,6 +1030,7 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\modules\ripple_websocket\ripple_websocket.cpp" />
|
<ClCompile Include="..\..\modules\ripple_websocket\ripple_websocket.cpp" />
|
||||||
<ClCompile Include="..\..\src\cpp\protobuf_core.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_basics\beast_basics.cpp" />
|
||||||
<ClCompile Include="..\..\Subtrees\beast\modules\beast_core\beast_core.cpp" />
|
<ClCompile Include="..\..\Subtrees\beast\modules\beast_core\beast_core.cpp" />
|
||||||
<ClCompile Include="..\..\Subtrees\beast\modules\beast_crypto\beast_crypto.cpp" />
|
<ClCompile Include="..\..\Subtrees\beast\modules\beast_crypto\beast_crypto.cpp" />
|
||||||
|
|||||||
@@ -891,6 +891,9 @@
|
|||||||
<ClCompile Include="..\..\modules\ripple_basio\tests\ripple_AsioTests.cpp">
|
<ClCompile Include="..\..\modules\ripple_basio\tests\ripple_AsioTests.cpp">
|
||||||
<Filter>[1] Ripple\ripple_basio\tests</Filter>
|
<Filter>[1] Ripple\ripple_basio\tests</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\Subtrees\beast\modules\beast_asio\beast_asio.cpp">
|
||||||
|
<Filter>[0] Subtrees\beast</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\Subtrees\sqlite\sqlite3.h">
|
<ClInclude Include="..\..\Subtrees\sqlite\sqlite3.h">
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ INCLUDE_PATHS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
COMPILED_FILES = [
|
COMPILED_FILES = [
|
||||||
|
'Subtrees/beast/modules/beast_asio/beast_asio.cpp',
|
||||||
'Subtrees/beast/modules/beast_basics/beast_basics.cpp',
|
'Subtrees/beast/modules/beast_basics/beast_basics.cpp',
|
||||||
'Subtrees/beast/modules/beast_core/beast_core.cpp',
|
'Subtrees/beast/modules/beast_core/beast_core.cpp',
|
||||||
'Subtrees/beast/modules/beast_crypto/beast_crypto.cpp',
|
'Subtrees/beast/modules/beast_crypto/beast_crypto.cpp',
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
#include "BeastConfig.h"
|
#include "BeastConfig.h"
|
||||||
|
|
||||||
#include "beast/modules/beast_basics/beast_basics.h"
|
#include "beast/modules/beast_basics/beast_basics.h"
|
||||||
|
#include "beast/modules/beast_asio/beast_asio.h"
|
||||||
|
|
||||||
#include "ripple_basio.h"
|
#include "ripple_basio.h"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user