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 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_run simply
calling the existing srunner_run_all) - no joy.

I did not find instructions for 'make check all' in Section 8.2.5,
"'Running the unit tests" of the guide [1]. Would you be able to
provide the switch I should be using?

For completeness, this is about all I do after I pull a revision:
make clean
./bootstrap
./configure CFLAGS=-g CFLAGS=-ggdb --prefix=/usr
make check
[optional 'make install' to debug]

Jeff

[1] 
http://gnupdf.org/manuals/gnupdf-hg-manual/html_node/Running-the-unit-tests.html#Running-the-unit-tests

On Thu, Feb 18, 2010 at 3:33 PM,  <[email protected]> wrote:
>
> 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...
>
>    $ make check FUNCTION=pdf_alloc
>
> runs the unit tests testing the pdf_alloc function, while
>
>    $ make chack MODULE=fsys
>
> runs the unit tests defined for functions implemented in the fsys
> module.
>
> The hacker's guide has been updated to document this new
> functionality.
>
> --
> Jose E. Marchesi  <[email protected]>
>                  http://www.jemarch.net
> GNU Project       http://www.gnu.org
>


Reply via email to