Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Code Coverage for Ocaml Code


  • Subject: [Frama-c-discuss] Code Coverage for Ocaml Code
  • From: dmentre at linux-france.org (David MENTRE)
  • Date: Fri, 20 Jul 2012 09:01:45 +0200
  • In-reply-to: <CAL2=Xad+iAxU_mPTM_H9U4GvmM+ejubxCyZgRdH2yHKSV6fFzg@mail.gmail.com>
  • References: <CAL2=Xad+iAxU_mPTM_H9U4GvmM+ejubxCyZgRdH2yHKSV6fFzg@mail.gmail.com>

Hello,

2012/7/20 haihao shen <haihaoshen at gmail.com>:
> If not, do you know how to measure code coverage for Ocaml code?

This is probably out of topic for this list but if you are interested
in OCaml code coverage, you should look at MLcov and Zamcov tools:
  * http://www.algo-prog.info/mlcov/

  * http://www.algo-prog.info/zamcov/web/index.php?id=ZAMCOV

Best regards,
david