Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-postd
/
a6c593aac0ad9e7a2921dfb2473a11b85ee1efa4
/
.
/
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
}