unittest_main.cpp File Reference

#include <iostream>
#include <gtest/gtest.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 4 of file unittest_main.cpp.

00004                                 {
00005   std::cout << "Running unit tests\n";
00006 
00007   testing::InitGoogleTest(&argc, argv);
00008   return RUN_ALL_TESTS(); 
00009 }


Generated on Wed May 5 00:06:39 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6