Main Page
Related Pages
Classes
Files
File List
File Members
test
utest.cpp
1
26
#include <gtest/gtest.h>
27
29
int
main
(
int
argc,
char
**argv)
30
{
31
testing::InitGoogleTest(&argc, argv);
32
return
RUN_ALL_TESTS();
33
}
main
int main(int argc, char **argv)
Definition:
stomp_example.cpp:114
stomp_core
Author(s): Jorge Nicho
autogenerated on Fri May 8 2020 03:35:43