Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-logging
/
7656fba39d7bef754ee38a1d9a7889e7d3309db4
/
.
/
test
/
elog_unittest.cpp
blob: febccf905df30a9153a03e648b7d98b83089aefa [
file
] [
log
] [
blame
]
#include
<phosphor-logging/elog.hpp>
#include
<gtest/gtest.h>
// TODO - need to get gtest working in the SDK
TEST
(
BasicLog
,
Zero
)
{
EXPECT_EQ
(
1
,
1
);
}