summaryrefslogtreecommitdiffstats
path: root/test/elog_unittest.cpp
diff options
context:
space:
mode:
authorNagaraju Goruganti <ngorugan@in.ibm.com>2018-06-25 23:28:58 -0500
committerNagaraju Goruganti <ngorugan@in.ibm.com>2018-08-08 04:53:31 -0500
commit477b731ad0fd8c116ffcaa8265a508c9fb112479 (patch)
tree6616e76e480d46a0a0f4e1f5d883f9882f16aae9 /test/elog_unittest.cpp
parent80aa4762f78f1044d15c918d72316aa388ba0a02 (diff)
downloadphosphor-logging-477b731ad0fd8c116ffcaa8265a508c9fb112479.tar.gz
phosphor-logging-477b731ad0fd8c116ffcaa8265a508c9fb112479.zip
Add unit tests for the phosphor-logging server
-Add unit tests for error wrapping Change-Id: Ib15620d84de8ab5abdc85b8f88dd7c05f83fd6f3 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
Diffstat (limited to 'test/elog_unittest.cpp')
-rw-r--r--test/elog_unittest.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/elog_unittest.cpp b/test/elog_unittest.cpp
deleted file mode 100644
index febccf9..0000000
--- a/test/elog_unittest.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#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);
-}
OpenPOWER on IntegriCloud