summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/src/ctdb_functest.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/tool: Remove references in libctdb in file and function namesMartin Schwenke2013-10-041-0/+189
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)