tests/tool: Remove references in libctdb in file and function names
commit24fb430d6e99e60af9b1f9e2e358ec707937e7a8
authorMartin Schwenke <martin@meltin.net>
Wed, 18 Sep 2013 04:27:03 +0000 (18 14:27 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 4 Oct 2013 05:15:35 +0000 (4 15:15 +1000)
treec51dd93c841f3a33b36641b2b731a99ae389b75c
parentf3b179081933fc942c6fbcac3630203bbb24f0ed
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>

(This used to be ctdb commit 6182bd0c19f215a997efe5272e633b1b1bd0c882)
ctdb/Makefile.in
ctdb/tests/src/ctdb_functest.c [moved from ctdb/tests/src/ctdb_tool_libctdb.c with 88% similarity]
ctdb/tests/src/ctdb_test.c
ctdb/tests/src/ctdb_test_stubs.c [moved from ctdb/tests/src/libctdb_test.c with 94% similarity]
ctdb/tests/src/ctdb_tool_stubby.c [deleted file]
ctdb/tests/tool/README
ctdb/tests/tool/scripts/local.sh