mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
file_body tests
This commit is contained in:
@ -6,6 +6,7 @@ Version 75:
|
||||
* Tidy up BEAST_NO_BIG_VARIANTS
|
||||
* Shrink serializer buffers using buffers_ref
|
||||
* Add serializer::limit
|
||||
* file_body tests
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -97,6 +97,12 @@ public:
|
||||
run() override
|
||||
{
|
||||
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