From aea52725f805919f78d64a28353ae0ff0b4be1b8 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 14 Mar 2022 14:20:37 +0900 Subject: [PATCH] Add avtest to test rpm Change-Id: I36cb45a3d2f3da08374dff4094ae45a6491984c6 --- Makefile.tools | 3 ++- packaging/bluez.spec | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.tools b/Makefile.tools index f717c50..db2fa61 100755 --- a/Makefile.tools +++ b/Makefile.tools @@ -320,8 +320,9 @@ EXTRA_DIST += tools/mesh-gatt/local_node.json tools/mesh-gatt/prov_db.json if EXPERIMENTAL bin_PROGRAMS += tools/btattach bin_PROGRAMS += tools/btsnoop +bin_PROGRAMS += tools/avtest -noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \ +noinst_PROGRAMS += tools/bdaddr tools/avinfo \ tools/scotest tools/amptest tools/hwdb \ tools/hcieventmask tools/hcisecfilter \ tools/btinfo \ diff --git a/packaging/bluez.spec b/packaging/bluez.spec index 9813856..677df2b 100755 --- a/packaging/bluez.spec +++ b/packaging/bluez.spec @@ -523,6 +523,7 @@ popd %{_bindir}/bluemoon %{_bindir}/gatttool %{_bindir}/hex2hcd +%{_bindir}/avtest #%{_bindir}/btattach %exclude /usr/lib/debug/* %{_libdir}/libbluetooth.so* -- 2.7.4