| Benjamin Fair | 20a1809 | 2020-06-08 11:12:21 -0700 | [diff] [blame^] | 1 | #include "internal_sys_mock.hpp" |
| 2 | #include "pciaccess_mock.hpp" | ||||
| 3 | |||||
| 4 | #include <gtest/gtest.h> | ||||
| 5 | |||||
| 6 | namespace host_tool | ||||
| 7 | { | ||||
| 8 | namespace | ||||
| 9 | { | ||||
| 10 | |||||
| 11 | TEST(PciHandleTest, empty) | ||||
| 12 | { | ||||
| 13 | PciAccessMock pciMock; | ||||
| 14 | |||||
| 15 | (void)pciMock; | ||||
| 16 | } | ||||
| 17 | |||||
| 18 | } // namespace | ||||
| 19 | } // namespace host_tool | ||||