]> git.evergreen-ils.org Git - OpenSRF.git/commit
Add a C unit testing framework and tests for OpenSRF
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 8 May 2011 15:38:58 +0000 (15:38 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 8 May 2011 15:38:58 +0000 (15:38 +0000)
commite83f0db20fb8ecbfbfa568f0e34cebf6fe8d129a
treec4640dd2cd711af591850e480106fcef6165409e
parentf68e91b0425fecfd97ae8c8744c9cc0ba2285885
Add a C unit testing framework and tests for OpenSRF

The unit testing framework is "Check" - http://check.sourceforge.net/

These tests can be executed by running 'make check' after you
configure and compile the OpenSRF code.

To run them, you must have the 'check' package installed.

Author: Kevin Beswick <kevinbeswick00@gmail.com>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Kevin Beswick <kevinbeswick00@gmail.com>
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_2_0@2240 9efc2488-bf62-4759-914b-345cdb29e865
12 files changed:
Makefile.am
configure.ac
src/extras/Makefile.install
tests/Makefile.am [new file with mode: 0644]
tests/check_osrf_json_object.c [new file with mode: 0644]
tests/check_osrf_list.c [new file with mode: 0644]
tests/check_osrf_message.c [new file with mode: 0644]
tests/check_osrf_stack.c [new file with mode: 0644]
tests/check_transport_client.c [new file with mode: 0644]
tests/check_transport_message.c [new file with mode: 0644]
tests/testsuite.c [new file with mode: 0644]
tests/testsuite.h [new file with mode: 0644]