Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
stdplus
/
68975b90a5e98f90fbcd779b59870c1cbf81bf49
/
.
/
test
/
fd
/
mock.cpp
blob: 0cc6dfdef729eca2eaf46fe985ee785f60b54c03 [
file
] [
log
] [
blame
]
William A. Kennington III
eac9d47
2020-08-03 13:57:14 -0700
[
diff
] [
blame
]
1
#include
<gtest/gtest.h>
2
#include
<stdplus/fd/gmock.hpp>
3
4
namespace
stdplus
5
{
6
7
TEST
(
Mock
,
Instantiate
)
8
{
9
FdMock
fd
;
10
}
11
12
}
// namespace stdplus