Commit Graph

15 Commits

Author SHA1 Message Date
Bi-Ruei, Chiu c46137bddd Merge velichkov's commit 598e7b45... to mouse07410's asn1c repository
Excerpt from commit log :

  Do not generate coverage data for the test C code
  When compiling tests remove the CODE_COVERAGE_CFLAGS flags from CFLAGS

and also add

  CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)

to 'skeleton/Makefile.am' to avoid compilation error in vlm's repository.
2017-05-08 17:04:38 +08:00
Vasil Velichkov e318759ef2 Add code coverage using lcov and gcov
To generate the code coverage report you need gcov and lcov installed
and then execute

 ./configure --enable-code-coverage
 make check-code-coverage

 Writing directory view page.
 Overall coverage rate:
   lines......: 76.5% (10519 of 13759 lines)
   functions..: 85.5% (491 of 574 functions)
   branches...: 57.5% (7040 of 12250 branches)
 file:///home/user/asn1c/asn1c-0.9.28-coverage/index.html

Open the index.html with a web browser
2017-03-26 04:42:26 -07:00
Lev Walkin 15d38f45df limit debug output log 2014-09-17 01:19:31 -07:00
Lev Walkin e0d321a650 version 0.9.26 2014-09-11 01:28:57 -07:00
Lev Walkin ae1422b178 verified https://sourceforge.net/p/asn1c/bugs/45/ with autotests 2013-03-24 02:08:42 -07:00
Lev Walkin 4eceeba975 utilizing new library 2007-07-23 06:48:26 +00:00
Lev Walkin 59b176ee35 upgrade: PER related changes 2005-11-26 11:25:14 +00:00
Lev Walkin dc06f6b0d2 XER support 2004-10-20 15:50:55 +00:00
Lev Walkin 263b0280cd test for utf8 stuff 2004-10-02 11:37:09 +00:00
Lev Walkin a361b6c8fe explicitly add math library 2004-09-14 13:42:05 +00:00
Lev Walkin 41ba1f24c7 REAL type support, including -fnative-types 2004-09-14 12:46:35 +00:00
Lev Walkin cb90bfc279 new file 2004-08-19 16:42:54 +00:00
Lev Walkin 44212666f3 testing 2004-08-19 13:26:54 +00:00
Lev Walkin f870eea0d7 moved 2004-06-17 23:43:12 +00:00
Lev Walkin f15320bf6b Initial revision 2004-06-03 03:38:44 +00:00