Move testing framework out to its own library.
authorBrian Aker <brian@tangent.org>
Sat, 5 Mar 2011 20:39:12 +0000 (12:39 -0800)
committerBrian Aker <brian@tangent.org>
Sat, 5 Mar 2011 20:39:12 +0000 (12:39 -0800)
commit349ca737f30ff0b6c3c71034f0930660663fa360
tree3d1af07392add91d25bd36ce3321832576800487
parentb5c61c39efbf6054d45507283ba74007d0e1ea61
Move testing framework out to its own library.
22 files changed:
.bzrignore
COPYING
Makefile.am
libtest/include.am [new file with mode: 0644]
libtest/server.c [new file with mode: 0644]
libtest/server.h [new file with mode: 0644]
libtest/test.c [new file with mode: 0644]
libtest/test.h [new file with mode: 0644]
tests/atomsmasher.c
tests/hash_plus.cc
tests/hashkit_functions.c
tests/include.am
tests/mem_functions.c
tests/mem_plus.cc
tests/mem_udp.c
tests/plus.cpp
tests/server.c [deleted file]
tests/server.h [deleted file]
tests/start.c
tests/test.c [deleted file]
tests/test.h [deleted file]
unittests/include.am