interfaces: use old dbus encoding
Due to backwards compatibility with old configurations, this is an easy
fix to bring back the old object paths.
Tests are provided to capture this behavior.
Change-Id: Ic89f2eb02bb908cf23b833b08fdca941bef2a07a
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/test/meson.build b/test/meson.build
index eb82249..e864298 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -22,12 +22,14 @@
test_sources = [
'../physical.cpp',
'../sysfs.cpp',
+ '../interfaces/internal_interface.cpp',
]
tests = [
'physical.cpp',
'sysfs.cpp',
'test_led_description.cpp',
+ 'test_dbus_name.cpp',
]
foreach t : tests