релиз
This commit is contained in:
7
templates/tests/test-lib.cpp.jinja
Normal file
7
templates/tests/test-lib.cpp.jinja
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <{{ include_header }}>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST({{ project_name_code }}, {{ namespace }}_example) {
|
||||
{{ namespace }}::func();
|
||||
SUCCEED();
|
||||
}
|
||||
Reference in New Issue
Block a user