Complete ring buffer and direct download support #26
This commit is contained in:
@@ -31,9 +31,11 @@
|
||||
namespace {
|
||||
constexpr const std::size_t test_chunk_size{1024U};
|
||||
|
||||
std::string ring_buffer_dir = repertory::utils::path::combine(
|
||||
repertory::test::get_test_output_dir(),
|
||||
{"file_manager_ring_buffer_open_file_test"});
|
||||
const auto ring_buffer_dir{
|
||||
repertory::utils::path::combine(
|
||||
repertory::test::get_test_output_dir(),
|
||||
{"file_manager_ring_buffer_open_file_test"}),
|
||||
};
|
||||
} // namespace
|
||||
|
||||
namespace repertory {
|
||||
|
Reference in New Issue
Block a user