commit | aba14d3dcbd28df946efa96500ebb5a8926e1abf | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Tue Jan 31 14:19:59 2023 -0800 |
committer | Willy Tu <wltu@google.com> | Fri Feb 03 08:20:23 2023 -0800 |
tree | b4d10406e380c247ae3af028f51eea4c6a7281c2 | |
parent | fffd34daac3d6d1882c58f46a2c5ac15bbc3d0a5 [diff] |
test: Add dbus handler unit tests Created unit tests for all of the object mapper dbus handlers. Refactor the handlers to handler.cpp to allow unit testing. Also updated to use std::set_intersection. Change-Id: Ib87ab81f949d27f7dab55899d3e8d380e43bda04 Signed-off-by: Willy Tu <wltu@google.com>
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build