test: Move avtest utility into tools directory

This commit is contained in:
Marcel Holtmann 2012-12-09 14:30:33 +01:00
parent fc6a6442e3
commit bac2e7e1de
3 changed files with 6 additions and 5 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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