From dff1ad9822c4abdd0d3dc17a315d6c7ac8c93b2a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 14:37:30 +0100 Subject: [PATCH] test: Move l2test utility into tools directory --- .gitignore | 2 +- Makefile.tools | 8 ++++---- {test => tools}/l2test.c | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename {test => tools}/l2test.c (100%) diff --git a/.gitignore b/.gitignore index 9a5a036cb..a5da3186b 100644 --- a/.gitignore +++ b/.gitignore @@ -47,12 +47,12 @@ tools/hcitool tools/hid2hci tools/rfcomm tools/l2ping +tools/l2test tools/sdptool tools/avtest test/agent test/bdaddr test/hciemu -test/l2test test/rctest test/scotest test/gaptest diff --git a/Makefile.tools b/Makefile.tools index a80b74217..d91045623 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -1,6 +1,6 @@ if TOOLS -bin_PROGRAMS += tools/rfcomm tools/l2ping \ +bin_PROGRAMS += tools/rfcomm tools/l2ping tools/l2test \ tools/hcitool tools/sdptool tools/ciptool bin_PROGRAMS += tools/hciattach tools/hciconfig @@ -13,6 +13,8 @@ tools_rfcomm_LDADD = lib/libbluetooth-private.la tools_l2ping_LDADD = lib/libbluetooth-private.la +tools_l2test_LDADD = lib/libbluetooth-private.la + tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \ tools/hciattach_st.c \ tools/hciattach_ti.c \ @@ -145,7 +147,7 @@ endif if TEST -bin_PROGRAMS += test/hciemu test/l2test test/rctest +bin_PROGRAMS += test/hciemu test/rctest noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \ test/lmptest test/bdaddr test/agent \ @@ -153,8 +155,6 @@ noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \ test_hciemu_LDADD = lib/libbluetooth-private.la -test_l2test_LDADD = lib/libbluetooth-private.la - test_rctest_LDADD = lib/libbluetooth-private.la test_gaptest_LDADD = @DBUS_LIBS@ diff --git a/test/l2test.c b/tools/l2test.c similarity index 100% rename from test/l2test.c rename to tools/l2test.c -- 2.47.3