updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-08-31 08:46:51 -05:00
parent a15523c375
commit 72a0b653ba
11 changed files with 37 additions and 37 deletions

View File

@ -19,8 +19,8 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#ifndef REPERTORY_TEST_INCLUDE_TEST_HPP_
#define REPERTORY_TEST_INCLUDE_TEST_HPP_
#ifndef FIFTHGRID_TEST_INCLUDE_TEST_HPP_
#define FIFTHGRID_TEST_INCLUDE_TEST_HPP_
#if defined(U)
#undef U
@ -36,7 +36,7 @@ using namespace ::testing;
#include "utils/all.hpp"
namespace repertory::test {
namespace fifthgrid::test {
#if defined(PROJECT_ENABLE_LIBSODIUM)
[[nodiscard]] auto
create_random_file(std::size_t size) -> utils::file::i_file &;
@ -58,6 +58,6 @@ auto generate_test_directory() -> utils::file::i_directory &;
[[nodiscard]] auto get_test_input_dir() -> std::string;
[[nodiscard]] auto get_test_output_dir() -> std::string;
} // namespace repertory::test
} // namespace fifthgrid::test
#endif // REPERTORY_TEST_INCLUDE_TEST_HPP_
#endif // FIFTHGRID_TEST_INCLUDE_TEST_HPP_