From bac2e7e1deee9f649b1d5cbe9fd918f851167da5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 14:30:33 +0100 Subject: [PATCH] test: Move avtest utility into tools directory --- .gitignore | 2 +- Makefile.tools | 9 +++++---- {test => tools}/avtest.c | 0 3 files changed, 6 insertions(+), 5 deletions(-) rename {test => tools}/avtest.c (100%) diff --git a/.gitignore b/.gitignore index b1879a46f..9a5a036cb 100644 --- a/.gitignore +++ b/.gitignore @@ -48,10 +48,10 @@ tools/hid2hci tools/rfcomm tools/l2ping tools/sdptool +tools/avtest test/agent test/bdaddr test/hciemu -test/avtest test/l2test test/rctest test/scotest diff --git a/Makefile.tools b/Makefile.tools index 764f48c7b..a80b74217 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -5,7 +5,8 @@ bin_PROGRAMS += tools/rfcomm tools/l2ping \ bin_PROGRAMS += tools/hciattach tools/hciconfig -noinst_PROGRAMS += tools/avinfo tools/hcieventmask tools/hcisecfilter +noinst_PROGRAMS += tools/avinfo tools/avtest \ + tools/hcieventmask tools/hcisecfilter tools_rfcomm_SOURCES = tools/rfcomm.c tools_rfcomm_LDADD = lib/libbluetooth-private.la @@ -36,6 +37,8 @@ tools_ciptool_LDADD = lib/libbluetooth-private.la tools_avinfo_LDADD = lib/libbluetooth-private.la +tools_avtest_LDADD = lib/libbluetooth-private.la + tools_hcieventmask_LDADD = lib/libbluetooth-private.la noinst_PROGRAMS += tools/btmgmt tools/btattach tools/btsnoop \ @@ -144,7 +147,7 @@ endif if TEST bin_PROGRAMS += test/hciemu test/l2test test/rctest -noinst_PROGRAMS += test/gaptest test/sdptest test/scotest test/avtest \ +noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \ test/lmptest test/bdaddr test/agent \ test/btiotest test/mpris-player @@ -160,8 +163,6 @@ test_sdptest_LDADD = lib/libbluetooth-private.la test_scotest_LDADD = lib/libbluetooth-private.la -test_avtest_LDADD = lib/libbluetooth-private.la - test_lmptest_LDADD = lib/libbluetooth-private.la test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c diff --git a/test/avtest.c b/tools/avtest.c similarity index 100% rename from test/avtest.c rename to tools/avtest.c -- 2.47.3