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