релиз

This commit is contained in:
2024-12-10 17:38:20 +03:00
commit 6e7ebd4027
12 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <{{ include_header }}>
#include <gtest/gtest.h>
TEST({{ project_name_code }}, {{ namespace }}_example) {
{{ namespace }}::func();
SUCCEED();
}