Add simple tests

This commit is contained in:
WarmUpTill
2023-03-12 20:57:49 +01:00
committed by WarmUpTill
parent 8b105ad22b
commit ebbf64ddae
7 changed files with 21180 additions and 0 deletions

View File

@@ -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 = {
" ",