diff --git a/tests/src/main.cpp b/tests/src/main.cpp new file mode 100644 index 0000000..b7c2235 --- /dev/null +++ b/tests/src/main.cpp @@ -0,0 +1,9 @@ +#include +#include + + + +int main(int argc, char *argv[]) { + testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +}