mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-28 22:54:14 +08:00
test: Move avtest utility into tools directory
This commit is contained in:
parent
fc6a6442e3
commit
bac2e7e1de
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,10 +48,10 @@ tools/hid2hci
|
|||||||
tools/rfcomm
|
tools/rfcomm
|
||||||
tools/l2ping
|
tools/l2ping
|
||||||
tools/sdptool
|
tools/sdptool
|
||||||
|
tools/avtest
|
||||||
test/agent
|
test/agent
|
||||||
test/bdaddr
|
test/bdaddr
|
||||||
test/hciemu
|
test/hciemu
|
||||||
test/avtest
|
|
||||||
test/l2test
|
test/l2test
|
||||||
test/rctest
|
test/rctest
|
||||||
test/scotest
|
test/scotest
|
||||||
|
@ -5,7 +5,8 @@ bin_PROGRAMS += tools/rfcomm tools/l2ping \
|
|||||||
|
|
||||||
bin_PROGRAMS += tools/hciattach tools/hciconfig
|
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_SOURCES = tools/rfcomm.c
|
||||||
tools_rfcomm_LDADD = lib/libbluetooth-private.la
|
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_avinfo_LDADD = lib/libbluetooth-private.la
|
||||||
|
|
||||||
|
tools_avtest_LDADD = lib/libbluetooth-private.la
|
||||||
|
|
||||||
tools_hcieventmask_LDADD = lib/libbluetooth-private.la
|
tools_hcieventmask_LDADD = lib/libbluetooth-private.la
|
||||||
|
|
||||||
noinst_PROGRAMS += tools/btmgmt tools/btattach tools/btsnoop \
|
noinst_PROGRAMS += tools/btmgmt tools/btattach tools/btsnoop \
|
||||||
@ -144,7 +147,7 @@ endif
|
|||||||
if TEST
|
if TEST
|
||||||
bin_PROGRAMS += test/hciemu test/l2test test/rctest
|
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/lmptest test/bdaddr test/agent \
|
||||||
test/btiotest test/mpris-player
|
test/btiotest test/mpris-player
|
||||||
|
|
||||||
@ -160,8 +163,6 @@ test_sdptest_LDADD = lib/libbluetooth-private.la
|
|||||||
|
|
||||||
test_scotest_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_lmptest_LDADD = lib/libbluetooth-private.la
|
||||||
|
|
||||||
test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c
|
test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c
|
||||||
|
Loading…
Reference in New Issue
Block a user