tests/tool: Remove references in libctdb in file and function names
authorMartin Schwenke <martin@meltin.net>
Wed, 18 Sep 2013 04:27:03 +0000 (14:27 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 4 Oct 2013 05:15:35 +0000 (15:15 +1000)
commit6182bd0c19f215a997efe5272e633b1b1bd0c882
tree16a623e6be0562b48b2f9d067b786e6f8ebeb3e2
parent10aac42f30cc0d56dca42ece17d04ccbc321056d
tests/tool: Remove references in libctdb in file and function names

Main changes are:

  libctdb_test.c -> ctdb_test_stubs.c
  ctdb_tool_libctdb.c -> ctdb_functest.c

ctdb_tool_stubby.c is gone, replaced with existing ctdb_test.c.

Functions starting with "libctdb_test_" now start with
"ctdb_test_stubs_".

Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>
Makefile.in
tests/src/ctdb_functest.c [moved from tests/src/ctdb_tool_libctdb.c with 88% similarity]
tests/src/ctdb_test.c
tests/src/ctdb_test_stubs.c [moved from tests/src/libctdb_test.c with 94% similarity]
tests/src/ctdb_tool_stubby.c [deleted file]
tests/tool/README
tests/tool/scripts/local.sh