Tests/Dbus: Move DBus-related files to the tests/dbus directory
authorWook Song <wook16.song@samsung.com>
Wed, 19 Apr 2023 02:47:55 +0000 (11:47 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 20 Apr 2023 02:33:59 +0000 (11:33 +0900)
commitd509f6a4ffdf600ac12d8fb65d38638d9efcb8eb
tree186db7e1b9b63c682174e526718a809f962cae6a
parenta5d56cbdd5dd517ffd172df8d9db98818795e18e
Tests/Dbus: Move DBus-related files to the tests/dbus directory

This patch relocates the dbus interface for the unit tests to the tests
directory. According to the changes, the meson build files are alse
updated as well.

Signed-off-by: Wook Song <wook16.song@samsung.com>
dbus/meson.build
tests/capi/meson.build
tests/daemon/meson.build
tests/daemon/unittest_dbus_model.cc
tests/daemon/unittest_ml_agent.cc
tests/dbus/meson.build [new file with mode: 0644]
tests/dbus/test-dbus-impl.c [moved from tests/daemon/test-dbus-impl.c with 100% similarity]
tests/dbus/test-dbus-interface.h [moved from daemon/includes/test-dbus-interface.h with 100% similarity]
tests/dbus/test-dbus.xml [moved from dbus/test-dbus.xml with 100% similarity]
tests/meson.build