Re: unit tests best practice

2019-01-10 Thread Catonano
Il giorno dom 6 gen 2019 alle ore 16:27 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Hi Cato and Mike, > > Thanks for the discussion — this is already shedding a ton of light :-) > > Catonano writes: > > > Il giorno gio 3 gen 2019 alle ore 19:45 Mike Gran ha > > scritto: >

Re: unit tests best practice

2019-01-06 Thread Alex Sassmannshausen
Hi Cato and Mike, Thanks for the discussion — this is already shedding a ton of light :-) Catonano writes: > Il giorno gio 3 gen 2019 alle ore 19:45 Mike Gran ha > scritto: > >> On Thu, Jan 03, 2019 at 05:53:33PM +0100, Catonano wrote: >> > Wat's the best practice to instrument a Guile based pr

Re: unit tests best practice

2019-01-06 Thread Amirouche Boubekki
Le sam. 5 janv. 2019 à 18:12, Catonano a écrit : > > > Il giorno sab 5 gen 2019 alle ore 17:49 Amirouche Boubekki < > amirouche.boube...@gmail.com> ha scritto: > >> Insightful post for those interested in autotool-fu. >> >> By the way, I have a demo repo with how to setup coverage, if you are >>

Re: unit tests best practice

2019-01-05 Thread Catonano
Il giorno sab 5 gen 2019 alle ore 17:49 Amirouche Boubekki < amirouche.boube...@gmail.com> ha scritto: > Insightful post for those interested in autotool-fu. > > By the way, I have a demo repo with how to setup coverage, if you are > interested ? > yes, tanks

Re: unit tests best practice

2019-01-05 Thread Amirouche Boubekki
Insightful post for those interested in autotool-fu. By the way, I have a demo repo with how to setup coverage, if you are interested ? Le jeu. 3 janv. 2019 17:54, Catonano a écrit : > Wat's the best practice to instrument a Guile based project for running > unit tests ? > > guile-git has this

Re: unit tests best practice

2019-01-05 Thread Catonano
Il giorno gio 3 gen 2019 alle ore 19:45 Mike Gran ha scritto: > On Thu, Jan 03, 2019 at 05:53:33PM +0100, Catonano wrote: > > Wat's the best practice to instrument a Guile based project for running > > unit tests ? > > > > guile-git has this fragment in the Makefile.am file > > > > SCM_LOG_DRIVER

unit tests best practice

2019-01-03 Thread Catonano
Wat's the best practice to instrument a Guile based project for running unit tests ? guile-git has this fragment in the Makefile.am file SCM_LOG_DRIVER =\ $(top_builddir)/pre-inst-env \ $(GUILE) --no-auto-compile -e main\ $(to