ci(tests): add test framework (#1603)
This commit is contained in:
11
tests/utils.h
Normal file
11
tests/utils.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @file utils.h
|
||||
* @brief Reusable functions for tests.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
int
|
||||
setEnv(const std::string &name, const std::string &value);
|
||||
Reference in New Issue
Block a user