LCOV - code coverage report
Current view: top level - unittest/src - unittest_main.cpp (source / functions) Hit Total Coverage
Test: lcov.info Lines: 5 5 100.0 %
Date: 2017-11-11 03:29:50 Functions: 3 3 100.0 %

          Line data    Source code
       1             : /****************************************************************************/
       2             : // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
       3             : // Copyright (C) 2001-2017 German Aerospace Center (DLR) and others.
       4             : /****************************************************************************/
       5             : //
       6             : //   This program and the accompanying materials
       7             : //   are made available under the terms of the Eclipse Public License v2.0
       8             : //   which accompanies this distribution, and is available at
       9             : //   http://www.eclipse.org/legal/epl-v20.html
      10             : //
      11             : /****************************************************************************/
      12             : /// @file    unittest_main.cpp
      13             : /// @author  Matthias Heppner
      14             : /// @author  Michael Behrisch
      15             : /// @date    Sept 2009
      16             : /// @version $Id$
      17             : ///
      18             : // main for the unit tests
      19             : /****************************************************************************/
      20             : 
      21             : 
      22             : // ===========================================================================
      23             : // included modules
      24             : // ===========================================================================
      25             : #ifdef _MSC_VER
      26             : #include <windows_config.h>
      27             : #else
      28             : #include <config.h>
      29             : #endif
      30             : 
      31             : #include <iostream>
      32             : #include <gtest/gtest.h>
      33             : 
      34             : 
      35             : // ===========================================================================
      36             : // method definitions
      37             : // ===========================================================================
      38           1 : int main(int argc, char **argv) {
      39           1 :   std::cout << "Running unit tests\n";
      40             : 
      41           1 :   testing::InitGoogleTest(&argc, argv);
      42           1 :   return RUN_ALL_TESTS(); 
      43           3 : }

Generated by: LCOV version 1.12