blob: c7d7392130d30cbd3c88bd1e75594fb95978696d [file] [log] [blame]
William A. Kennington III084683a2018-12-19 13:16:34 -08001#include <gpioplus/test/event.hpp>
William A. Kennington IIIad6ada42018-12-19 13:07:40 -08002#include <gpioplus/test/handle.hpp>
3
4namespace gpioplus
5{
6namespace
7{
8
9TEST(Mocks, Compile)
10{
William A. Kennington III084683a2018-12-19 13:16:34 -080011 test::EventMock event;
William A. Kennington IIIad6ada42018-12-19 13:07:40 -080012 test::HandleMock handle;
13}
14
15} // namespace
16} // namespace gpioplus