Re: Help me setup test coverage

2018-03-13 Thread Ludovic Courtès
Hello, amirouche skribis: >> I think you need to use the VM’s “debug” engine, the one you get >> when >> invoking “guile --debug”. >> >> HTH! >> > > Indeed, thanks a lot, I really appreciate your input as usual. I updated > the code in the repository [0] > > [0] > https://github.com/a-guile-mind

Re: Help me setup test coverage

2018-03-12 Thread amirouche
Le lun. 12 mars 2018 à 15:55, Ludovic Courtès a écrit : Hello, amirouche skribis: I've setup a simple example, it requires guile and lcov for genhtml. You can reproduce the issue as follow: $ git clone https://github.com/a-guile-mind/coverage $ cd coverage $ make test echo

Re: Help me setup test coverage

2018-03-12 Thread Ludovic Courtès
Hello, amirouche skribis: > I've setup a simple example, it requires guile and lcov for genhtml. > > You can reproduce the issue as follow: > > $ git clone https://github.com/a-guile-mind/coverage > $ cd coverage > $ make >test echo >Overall coverage rate: > lines..: 0.0% (0

Help me setup test coverage

2018-03-06 Thread amirouche
Hello all! I have some difficulties setting up test coverage. Here the procedure I use that inspired from guile/test-suite/guile-test: (use-modules (system vm coverage) (system vm vm)) (define (run-test-with-coverage test) (call-with-values (lambda () (with