Sunshine/tests/utils.h

12 lines
162 B
C
Raw Normal View History

2024-03-24 23:52:24 +00:00
/**
* @file utils.h
* @brief Reusable functions for tests.
*/
#pragma once
#include <string>
int
setEnv(const std::string &name, const std::string &value);