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