/** * @file tests/utils.h * @brief Declarations for utility functions. */ #pragma once #include int setEnv(const std::string &name, const std::string &value);