It's useful for testing. --- emulator/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulator/meson.build b/emulator/meson.build index bc038becc567..55d77e40319d 100644 --- a/emulator/meson.build +++ b/emulator/meson.build @@ -17,7 +17,9 @@ if get_option('tests').enabled() 'smp.c', 'phy.c', 'le.c' ], - dependencies: [ libbluetooth_internal_dep, libshared_mainloop_dep, glib_dep ] + dependencies: [ libbluetooth_internal_dep, libshared_mainloop_dep, glib_dep ], + install: true, + install_dir: pkglibexecdir ) executable('b1ee', -- 2.50.0