summaryrefslogtreecommitdiffstats
path: root/test/elog_unittest.cpp
blob: cc141898109c2e42174e247bd3c4ebd3b2985292 (plain)
1
2
3
4
5
6
7
#include <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