summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Tritz <mtritz@us.ibm.com>2017-02-19 20:57:46 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-15 13:42:18 +0000
commite0eb1dddb5d5975bb867767a4cbfa652b5792e79 (patch)
treeda12f02eb7e5c6458bf24c3c6d9262e7f6e0c5d9 /Makefile.am
parent9cfe9f38d9ed2ddedea6d58040bed6bfc0831f08 (diff)
downloadphosphor-logging-e0eb1dddb5d5975bb867767a4cbfa652b5792e79.tar.gz
phosphor-logging-e0eb1dddb5d5975bb867767a4cbfa652b5792e79.zip
Error log inject tool
This tool adds an option to the logging-test to inject an error as specified by command line. Change-Id: I1028bd3964db23ed5ffa50414f7a6cc2f880c40c Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fe90c2f..dae8b7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,7 @@ libphosphor_logging_la_CXXFLAGS = \
# Application test which runs in obmc env (qemu, real hardware)
bin_PROGRAMS = logging-test
logging_test_SOURCES = logging_test.cpp
+logging_test_LDADD = libphosphor_logging.la
sbin_PROGRAMS = phosphor-log-manager
OpenPOWER on IntegriCloud