mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
file_body tests
This commit is contained in:
@@ -6,6 +6,7 @@ Version 75:
|
|||||||
* Tidy up BEAST_NO_BIG_VARIANTS
|
* Tidy up BEAST_NO_BIG_VARIANTS
|
||||||
* Shrink serializer buffers using buffers_ref
|
* Shrink serializer buffers using buffers_ref
|
||||||
* Add serializer::limit
|
* Add serializer::limit
|
||||||
|
* file_body tests
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -97,6 +97,12 @@ public:
|
|||||||
run() override
|
run() override
|
||||||
{
|
{
|
||||||
doTestFileBody<file_stdio>();
|
doTestFileBody<file_stdio>();
|
||||||
|
#if BEAST_USE_WIN32_FILE
|
||||||
|
doTestFileBody<file_win32>();
|
||||||
|
#endif
|
||||||
|
#if BEAST_USE_POSIX_FILE
|
||||||
|
doTestFileBody<file_posix>();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user