blob: cc141898109c2e42174e247bd3c4ebd3b2985292 [file] [log] [blame]
Andrew Geissler328889d2016-10-10 12:43:48 -05001#include <elog.hpp>
2#include <gtest/gtest.h>
3
4// TODO - need to get gtest working in the SDK
5TEST(BasicLog, Zero) {
6 EXPECT_EQ(1, 1);
7}