LCOV - code coverage report
Current view: top level - metalib_isl - isl_version.c (source / functions) Hit Total Coverage
Test: 2018-10-31_point_maint_greina16.lcov Lines: 0 2 0.0 %
Date: 2018-11-01 11:27:00 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include "isl_config.h"
       2             : #include "gitversion.h"
       3             : 
       4           0 : const char *isl_version(void)
       5             : {
       6           0 :         return GIT_HEAD_ID
       7             : #ifdef USE_GMP_FOR_MP
       8             :         "-GMP"
       9             : #endif
      10             : #ifdef USE_IMATH_FOR_MP
      11             :         "-IMath"
      12             : #ifdef USE_SMALL_INT_OPT
      13             :         "-32"
      14             : #endif
      15             : #endif
      16             :         "\n";
      17             : }

Generated by: LCOV version 1.12