]> 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:35:28 +0000 (15:35 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 8 May 2011 15:35:28 +0000 (15:35 +0000)
commit7c904d880db37713c26b19c4722b1063b220a330
tree082e595449b6f09678a5c145c5bfb5375c840ac8
parentd76f3ceb4d9cc37d2284482969da94c41ab35fc2
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/trunk@2237 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]