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