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);
}