From 52e63f4013dbd9b03b089a33a087b454bbcb8b67 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 14:44:19 +0100 Subject: [PATCH] test: Move rctest utility into tools directory --- .gitignore | 2 +- Makefile.tools | 16 ++++++++-------- {test => tools}/rctest.1 | 0 {test => tools}/rctest.c | 0 4 files changed, 9 insertions(+), 9 deletions(-) rename {test => tools}/rctest.1 (100%) rename {test => tools}/rctest.c (100%) diff --git a/.gitignore b/.gitignore index a5da3186b..56d1a6d2f 100644 --- a/.gitignore +++ b/.gitignore @@ -48,12 +48,12 @@ tools/hid2hci tools/rfcomm tools/l2ping tools/l2test +tools/rctest tools/sdptool tools/avtest test/agent test/bdaddr test/hciemu -test/rctest test/scotest test/gaptest test/sdptest diff --git a/Makefile.tools b/Makefile.tools index d91045623..06a0ca2bc 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -1,6 +1,6 @@ if TOOLS -bin_PROGRAMS += tools/rfcomm tools/l2ping tools/l2test \ +bin_PROGRAMS += tools/rfcomm tools/l2ping tools/l2test tools/rctest \ tools/hcitool tools/sdptool tools/ciptool bin_PROGRAMS += tools/hciattach tools/hciconfig @@ -15,6 +15,8 @@ tools_l2ping_LDADD = lib/libbluetooth-private.la tools_l2test_LDADD = lib/libbluetooth-private.la +tools_rctest_LDADD = lib/libbluetooth-private.la + tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \ tools/hciattach_st.c \ tools/hciattach_ti.c \ @@ -94,11 +96,11 @@ tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \ tools_obex_server_tool_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ endif -dist_man_MANS += tools/rfcomm.1 tools/l2ping.1 \ +dist_man_MANS += tools/rfcomm.1 tools/l2ping.1 tools/rctest.1 \ tools/hciattach.1 tools/hciconfig.1 \ tools/hcitool.1 tools/sdptool.1 tools/ciptool.1 else -EXTRA_DIST += tools/rfcomm.1 tools/l2ping.1 \ +EXTRA_DIST += tools/rfcomm.1 tools/l2ping.1 tools/rctest.1 \ tools/hciattach.1 tools/hciconfig.1 \ tools/hcitool.1 tools/sdptool.1 tools/ciptool.1 endif @@ -147,7 +149,7 @@ endif if TEST -bin_PROGRAMS += test/hciemu test/rctest +bin_PROGRAMS += test/hciemu noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \ test/lmptest test/bdaddr test/agent \ @@ -155,8 +157,6 @@ noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \ test_hciemu_LDADD = lib/libbluetooth-private.la -test_rctest_LDADD = lib/libbluetooth-private.la - test_gaptest_LDADD = @DBUS_LIBS@ test_sdptest_LDADD = lib/libbluetooth-private.la @@ -176,11 +176,11 @@ test_btiotest_LDADD = @GLIB_LIBS@ lib/libbluetooth-private.la test_mpris_player_SOURCES = test/mpris-player.c test_mpris_player_LDADD = @DBUS_LIBS@ @GLIB_LIBS@ -dist_man_MANS += test/rctest.1 test/hciemu.1 +dist_man_MANS += test/hciemu.1 EXTRA_DIST += test/bdaddr.1 else -EXTRA_DIST += test/rctest.1 test/hciemu.1 test/bdaddr.1 +EXTRA_DIST += test/hciemu.1 test/bdaddr.1 endif EXTRA_DIST += test/sap_client.py test/bluezutils.py \ diff --git a/test/rctest.1 b/tools/rctest.1 similarity index 100% rename from test/rctest.1 rename to tools/rctest.1 diff --git a/test/rctest.c b/tools/rctest.c similarity index 100% rename from test/rctest.c rename to tools/rctest.c -- 2.47.3