pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pdf-devel] Selective unit testing


From: jemarch
Subject: [pdf-devel] Selective unit testing
Date: Thu, 18 Feb 2010 21:33:14 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.1.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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  <address@hidden>
                  http://www.jemarch.net
GNU Project       http://www.gnu.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]