LCOV - code coverage report
Current view: top level - tests - main.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 10 10 100.0 %
Date: 2017-02-27 17:05:36 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #include "test.h"
       2             : 
       3           1 : int             main(void) {
       4             :         u32_t   ret;
       5             : 
       6             :         /* MUST keep test_tests called first */
       7           1 :         register_tests_tests();
       8           1 :         register_infos_tests();
       9           1 :         register_args_tests();
      10           1 :         register_list_tests();
      11           1 :         register_print_tests();
      12             : 
      13           1 :         m_info("Beginning tests...\n");
      14           1 :         ret = test_all();
      15           1 :         test_free();
      16             : 
      17           1 :         return ret;
      18             : }

Generated by: LCOV version 1.11