updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-08-31 19:23:01 -05:00
parent f68d7e2ae6
commit 955a3c6dfd
3 changed files with 7 additions and 5 deletions

View File

@ -37,10 +37,8 @@ using namespace ::testing;
#include "utils/all.hpp"
namespace repertory::test {
#if defined(PROJECT_ENABLE_LIBSODIUM)
[[nodiscard]] auto
create_random_file(std::size_t size) -> utils::file::i_file &;
#endif // defined(PROJECT_ENABLE_LIBSODIUM)
[[nodiscard]] auto
generate_test_file_name(std::string_view file_name_no_extension) -> std::string;