mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-29 20:55:28 -05:00
Add simple tests
This commit is contained in:
@@ -6,7 +6,14 @@
|
||||
#include <stack>
|
||||
#include <cmath>
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
const char *obs_module_text(const char *text)
|
||||
{
|
||||
return text;
|
||||
}
|
||||
#else
|
||||
#include <obs-module.h>
|
||||
#endif
|
||||
|
||||
static std::vector<std::string_view> nonOperatorSeparators = {
|
||||
" ",
|
||||
|
||||
Reference in New Issue
Block a user