Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-postd
/
162dd2e87a59640cd44315bebfdba72d5470f50e
/
.
/
test
/
post_reporter_test.cpp
blob: 738982d2eb509f46106f538b578ed8c1addd24b0 [
file
] [
log
] [
blame
]
#include
<gtest/gtest.h>
class
PostReporterTest
:
public
::
testing
::
Test
{
};
TEST
(
PostReporterTest
,
DummyTest
)
{
EXPECT_EQ
(
1
,
1
);
}