Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-logging
/
b388da6553fac65a50ce02ca4d87b31fb5c9faeb
/
.
/
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
);
}