релиз

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,6 @@
#include "gtest/gtest.h"
int main(int argc, char ** argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}