summaryrefslogtreecommitdiffstats
path: root/test/elog_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/elog_unittest.cpp')
-rw-r--r--test/elog_unittest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/elog_unittest.cpp b/test/elog_unittest.cpp
new file mode 100644
index 0000000..cc14189
--- /dev/null
+++ b/test/elog_unittest.cpp
@@ -0,0 +1,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