Add tests

This commit is contained in:
Saikari
2026-01-22 08:52:18 +03:00
parent 958156e6b7
commit 9c1c4fe6f3
2 changed files with 50 additions and 7 deletions

7
tests/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <gtest/gtest.h>
int main(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}