Can you add the btvirt executable to bluez-tests?

Asked by Niek van der Maas

See the Debian package: https://packages.debian.org/buster/i386/bluez-test-tools/filelist

The Ubuntu package contains the same tools, except for btvirt. Would it be possible to add this? It's built under emulator/btvirt when --enable-testing is used.

Having the btvirt tool available will make testing on CI systems a lot easier.

Reference: https://github.com/hadess/bluez/blob/master/Makefile.tools#L76-L82

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bluez Edit question
Assignee:
No assignee Edit question
Solved by:
Niek van der Maas
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

I suggest that you create a bug report.

The buildlog shows that the btvirt executable is already built, but just not put into the *.deb package.
Comparing with the contents in Debian there may be additional files missing.

I assume that this just needs a minor change on the Ubuntu-provided files.
Additions to be done to debian/bluez-tests.install:

emulator/b1ee usr/bin
emulator/btvirt usr/bin
emulator/hfp usr/bin

Revision history for this message
Niek van der Maas (niekvdmaas) said :
#2

Thanks, bug filed.