summaryrefslogtreecommitdiffstats
path: root/test/elog_unittest.cpp
blob: febccf905df30a9153a03e648b7d98b83089aefa (plain)
1
2
3
4
5
6
7
#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);
}
OpenPOWER on IntegriCloud