Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-postd
/
2ae207c205ddba2879a532b76cdfd8b60f2fc7ff
/
.
/
test
/
post_reporter_test.cpp
blob: 738982d2eb509f46106f538b578ed8c1addd24b0 [
file
] [
log
] [
blame
]
Kun Yi
2ae207c
2018-06-11 16:09:46 -0700
[
diff
] [
blame^
]
1
#include
<gtest/gtest.h>
2
3
class
PostReporterTest
:
public
::
testing
::
Test
4
{
5
};
6
7
TEST
(
PostReporterTest
,
DummyTest
)
8
{
9
EXPECT_EQ
(
1
,
1
);
10
}