Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
stdplus
/
8e056313abd0e5e889264e0bf521c3d5a4056dbb
/
.
/
test
/
fd
/
mock.cpp
blob: 0cc6dfdef729eca2eaf46fe985ee785f60b54c03 [
file
] [
log
] [
blame
]
#include
<gtest/gtest.h>
#include
<stdplus/fd/gmock.hpp>
namespace
stdplus
{
TEST
(
Mock
,
Instantiate
)
{
FdMock
fd
;
}
}
// namespace stdplus