summaryrefslogtreecommitdiffstats
path: root/src/test/util/asio_server_class.hpp
Commit message (Collapse)AuthorAgeFilesLines
* unit-test: Request distinct name per test appAndrew Geissler2019-04-051-1/+10
| | | | | | | | gtest will run test suites in parallel, need to ensure each test suite (application) requests a distinct well-known name on Dbus. Change-Id: Ib59211ada5ef6404e70747b7377912384cc8c60e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* unit-test: Move asio server to its own classAndrew Geissler2019-04-051-0/+34
Other test suites will need this object so move to a utility directory and inherit from. Change-Id: Ia34c8149fc0df02c510717a6efd21f51086e97e6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud