All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] build: Ignore the test-sdp-xml binary
@ 2026-08-21 19:31 George Kiagiadakis
  2026-08-21 20:41 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: George Kiagiadakis @ 2026-08-21 19:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: George Kiagiadakis

unit/test-sdp-xml has been built by make check ever since the test was
added, but was never added to .gitignore, so it shows up as untracked.

Fixes: e55ff8818f72 ("unit: Add test for sdp_xml_parse_record()")

Assisted-by: Claude:claude-opus-5
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c5efe8536..bfebed6cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,7 @@ unit/test-crc
 unit/test-textfile
 unit/test-gdbus-client
 unit/test-sdp
+unit/test-sdp-xml
 unit/test-lib
 unit/test-mgmt
 unit/test-uhid

base-commit: c73fa2f9ae2d366cb8a4f101fa9a5ccd9f33a4ea
-- 
2.54.0 (Apple Git-157)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-21 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 19:31 [PATCH BlueZ] build: Ignore the test-sdp-xml binary George Kiagiadakis
2026-08-21 20:41 ` [BlueZ] " bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.