Minor release

Add test cases
This commit is contained in:
2022-11-13 15:48:37 +01:00
parent 16cf2eb08f
commit 992a37d514
5 changed files with 44 additions and 1 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();
}