My Elma Project
An event loop manager for embedded systems
 All Classes Functions
test_main.cpp
1 #include <stdio.h>
2 #include "gtest/gtest.h"
3 
4 GTEST_API_ int main(int argc, char **argv) {
5  testing::InitGoogleTest(&argc, argv);
6  return RUN_ALL_TESTS();
7 }