Sunshine/tests/utils.h

11 lines
173 B
C
Raw Normal View History

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