/[Apache-SVN]
ViewVC logotype

Revision 1796202


Jump to revision: Previous Next
Author: jchampion
Date: Thu May 25 21:18:32 2017 UTC (7 years ago)
Changed paths: 6
Log Message:
httpdunit: a Check-based unit test suite

Add a unit test suite based on Check:

    https://libcheck.github.io/check/

The suite depends on the build system to automatically generate the code
stubs that call every test case.

httpdunit is automatically enabled in the build if configure is able to
find Check via pkg-config. At the moment pkg-config is the only official
(non-deprecated) way to build and link against Check with an autoconf
system, since platforms may distribute Check as a static library.

Note that Check is an LGPL'd library, so we can't distribute test
objects and binaries. Building and running the suite remains optional
and is not required to run the server.

Changed paths

Path Details
Directoryhttpd/httpd/branches/httpdunit/Makefile.in modified , text changed
Directoryhttpd/httpd/branches/httpdunit/build/httpdunit_gen_cases.pl added
Directoryhttpd/httpd/branches/httpdunit/build/httpdunit_gen_stubs.pl added
Directoryhttpd/httpd/branches/httpdunit/configure.in modified , text changed
Directoryhttpd/httpd/branches/httpdunit/test/httpdunit.c added
Directoryhttpd/httpd/branches/httpdunit/test/httpdunit.h added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26