My Elma Project
An event loop manager for embedded systems
Main Page
Classes
Files
File List
All
Classes
Functions
src
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
}
Generated on Thu Mar 14 2019 18:49:22 for My Elma Project by
1.8.8