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