LCOV - code coverage report
Current view: top level - src/plugins/ipaddr - testmod_ipaddr.c (source / functions) Hit Total Coverage
Test: coverage-filtered.info Lines: 7 7 100.0 %
Date: 2019-09-12 12:28:41 Functions: 1 1 100.0 %

          Line data    Source code
       1             : /**
       2             :  * @file
       3             :  *
       4             :  * @brief Tests for ipaddr plugin
       5             :  *
       6             :  * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
       7             :  *
       8             :  */
       9             : 
      10             : #include <stdio.h>
      11             : 
      12             : #define PLUGIN_NAME "ipaddr"
      13             : #include "test_ipaddr.h"
      14             : 
      15           2 : int main (int argc, char ** argv)
      16             : {
      17           2 :         printf ("IPADDR     TESTS\n");
      18           2 :         printf ("==================\n\n");
      19             : 
      20           2 :         init (argc, argv);
      21           2 :         testIPAll ();
      22             : 
      23           2 :         print_result ("testmod_ipaddr");
      24             : 
      25           2 :         return nbError;
      26             : }

Generated by: LCOV version 1.13