Re: [pdf-devel] Selective unit testing

2010-02-20 Thread jemarch
Attached a diff modifying configure.ac to look for svn check Pushed. -- Jose E. Marchesi http://www.jemarch.net GNU Project http://www.gnu.org

Re: [pdf-devel] Selective unit testing

2010-02-19 Thread Aleksander Morgado
> > > The hacker's guide has been updated to document this new > > > functionality. > > 'make check' is failing due to undefined reference to `srunner_run'. I > > tried flipping the HAVE_NOCHECK define in config.h with no joy. I also > > tried adding srunner_run to check.h/check.c (with srunner_ru

Re: [pdf-devel] Selective unit testing

2010-02-19 Thread Jeffrey Walton
Hi Aleksander, > That `srunner_run' function is in SVN check: > svn co https://check.svn.sourceforge.net/svnroot/check check OK. Thanks. I should have paid better attention to "the SVN version..." Jeff On Fri, Feb 19, 2010 at 4:59 AM, Aleksander Morgado wrote: > >> Sorry to ask yet another lame

Re: [pdf-devel] Selective unit testing

2010-02-19 Thread Aleksander Morgado
> Sorry to ask yet another lame question > > > Briefly, now it is possible to specify a selection when > > invoking make check. So... > > > >$ make check FUNCTION=pdf_alloc > > ... > > > > The hacker's guide has been updated to document this new > > functionality. > 'make check' is faili

Re: [pdf-devel] Selective unit testing

2010-02-18 Thread Jeffrey Walton
Hi Jose, Sorry to ask yet another lame question > Briefly, now it is possible to specify a selection when > invoking make check. So... > >$ make check FUNCTION=pdf_alloc > ... > > The hacker's guide has been updated to document this new > functionality. 'make check' is failing due to und

[pdf-devel] Selective unit testing

2010-02-18 Thread jemarch
Hi. The svn version of check now supports selective unit testing: the user can select which test-case or test-suite to run, by name. I committed a patch that makes our unit tests system aware of that functionality. Briefly, now it is possible to specify a selection when invoking make check. So