diff mbox series

[BlueZ] build: list new tools/tester.h header in sources

Message ID 20240415094440.5820-1-jpalus@fastmail.com (mailing list archive)
State Accepted
Commit 1955b833c7a790b1f97000773a7aa985dd84a73d
Headers show
Series [BlueZ] build: list new tools/tester.h header in sources | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS
tedd_an/BuildEll success Build ELL PASS
tedd_an/BluezMake success Bluez Make PASS
tedd_an/MakeCheck success Bluez Make Check PASS
tedd_an/MakeDistcheck success Make Distcheck PASS
tedd_an/CheckValgrind success Check Valgrind PASS
tedd_an/CheckSmatch success CheckSparse PASS
tedd_an/bluezmakeextell success Make External ELL PASS
tedd_an/IncrementalBuild success Incremental Build PASS
tedd_an/ScanBuild success Scan Build PASS

Commit Message

Jan Palus April 15, 2024, 9:44 a.m. UTC
fix dist tarballs missing the header
---
 Makefile.tools | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

bluez.test.bot@gmail.com April 15, 2024, 11:37 a.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=844541

---Test result---

Test Summary:
CheckPatch                    PASS      0.45 seconds
GitLint                       PASS      0.30 seconds
BuildEll                      PASS      24.28 seconds
BluezMake                     PASS      1673.78 seconds
MakeCheck                     PASS      25.25 seconds
MakeDistcheck                 PASS      177.30 seconds
CheckValgrind                 PASS      247.45 seconds
CheckSmatch                   PASS      349.47 seconds
bluezmakeextell               PASS      119.19 seconds
IncrementalBuild              PASS      1418.20 seconds
ScanBuild                     PASS      996.73 seconds



---
Regards,
Linux Bluetooth
patchwork-bot+bluetooth@kernel.org April 15, 2024, 2:10 p.m. UTC | #2
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 15 Apr 2024 11:44:40 +0200 you wrote:
> fix dist tarballs missing the header
> ---
>  Makefile.tools | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Here is the summary with links:
  - [BlueZ] build: list new tools/tester.h header in sources
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1955b833c7a7

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Makefile.tools b/Makefile.tools
index 27a753762..679c914bf 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -135,7 +135,7 @@  tools_mesh_tester_SOURCES = tools/mesh-tester.c monitor/bt.h \
 tools_mesh_tester_LDADD = lib/libbluetooth-internal.la \
 				src/libshared-glib.la $(GLIB_LIBS)
 
-tools_l2cap_tester_SOURCES = tools/l2cap-tester.c monitor/bt.h \
+tools_l2cap_tester_SOURCES = tools/l2cap-tester.c tools/tester.h monitor/bt.h \
 				emulator/hciemu.h emulator/hciemu.c \
 				emulator/vhci.h emulator/vhci.c \
 				emulator/btdev.h emulator/btdev.c \
@@ -182,7 +182,7 @@  tools_gap_tester_LDADD =  lib/libbluetooth-internal.la \
 				src/libshared-glib.la \
 				$(GLIB_LIBS) $(DBUS_LIBS)
 
-tools_sco_tester_SOURCES = tools/sco-tester.c monitor/bt.h \
+tools_sco_tester_SOURCES = tools/sco-tester.c tools/tester.h monitor/bt.h \
 				emulator/hciemu.h emulator/hciemu.c \
 				emulator/vhci.h emulator/vhci.c \
 				emulator/btdev.h emulator/btdev.c \
@@ -203,7 +203,7 @@  tools_userchan_tester_SOURCES = tools/userchan-tester.c monitor/bt.h \
 tools_userchan_tester_LDADD = lib/libbluetooth-internal.la \
 				src/libshared-glib.la $(GLIB_LIBS)
 
-tools_iso_tester_SOURCES = tools/iso-tester.c monitor/bt.h \
+tools_iso_tester_SOURCES = tools/iso-tester.c tools/tester.h monitor/bt.h \
 				emulator/hciemu.h emulator/hciemu.c \
 				emulator/vhci.h emulator/vhci.c \
 				emulator/btdev.h emulator/btdev.c \