From 2e87ed4e9d3921b47f6c6f96374733058658d198 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 9 Jan 2009 18:15:06 +1100 Subject: Test binaries now go in tests/bin and ctdb_test_env now adds this directory to $PATH if local daemons are being used. Signed-off-by: Martin Schwenke (This used to be ctdb commit a497010f67d6a8e68f4d6d7e516b88d2261b1062) --- ctdb/ib/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/ib') diff --git a/ctdb/ib/config.m4 b/ctdb/ib/config.m4 index 9d95ea7a5ab..47d6facd34f 100644 --- a/ctdb/ib/config.m4 +++ b/ctdb/ib/config.m4 @@ -9,7 +9,7 @@ if eval "test x$enable_infiniband = xyes"; then INFINIBAND_WRAPPER_OBJ="ib/ibwrapper.o ib/ibw_ctdb.o ib/ibw_ctdb_init.o" INFINIBAND_LIBS="-lrdmacm -libverbs" - INFINIBAND_BINS="bin/ibwrapper_test" + INFINIBAND_BINS="tests/bin/ibwrapper_test" AC_CHECK_HEADERS(infiniband/verbs.h, [], [ echo "ERROR: you need infiniband/verbs.h when ib enabled!" -- cgit v1.2.1