blob: febccf905df30a9153a03e648b7d98b83089aefa [file] [log] [blame]
Saqib Khan23b475a2017-02-23 12:17:59 -06001#include <phosphor-logging/elog.hpp>
Andrew Geissler328889d2016-10-10 12:43:48 -05002#include <gtest/gtest.h>
3
4// TODO - need to get gtest working in the SDK
5TEST(BasicLog, Zero) {
6 EXPECT_EQ(1, 1);
7}