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
> > > 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
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
> 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
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
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