Improve tesing of command line apps
authorBrian Aker <brian@tangent.org>
Sat, 17 Sep 2011 19:41:48 +0000 (12:41 -0700)
committerBrian Aker <brian@tangent.org>
Sat, 17 Sep 2011 19:41:48 +0000 (12:41 -0700)
commit956d15b5b1f3f3518eb374a3a9e0393e9dacd3b6
tree75fdf00c6006c0259136952a0e994df764de8398
parentf652bb663f0499f5447d0358670464a669a199f0
Improve tesing of command line apps
32 files changed:
.bzrignore
clients/client_options.h
clients/generator.cc
clients/memcapable.cc
clients/memcat.cc
clients/memcp.cc
clients/memdump.cc
clients/memerror.cc
clients/memflush.cc
clients/memping.cc
clients/memrm.cc
clients/memslap.cc
clients/memstat.cc
clients/utilities.cc
clients/utilities.h
libmemcached/delete.cc
libmemcached/dump.cc
libmemcached/return.h
libtest/cmdline.cc
libtest/test.cc
libtest/test.h
tests/include.am
tests/mem_functions.cc
tests/memcapable.cc
tests/memcat.cc [new file with mode: 0644]
tests/memcp.cc [new file with mode: 0644]
tests/memdump.cc [new file with mode: 0644]
tests/memerror.cc [new file with mode: 0644]
tests/memflush.cc [new file with mode: 0644]
tests/memrm.cc [new file with mode: 0644]
tests/memslap.cc
tests/memstat.cc [new file with mode: 0644]