summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-09-09 12:15:46 -0500
committerPatrick Williams <patrick@stwcx.xyz>2016-09-28 13:34:35 +0000
commit00b1e5be1ce0d74541e371790e36a53146cb3b44 (patch)
treec07eb4866e773bc60952fabea72014ee2734bc89 /Makefile.am
parent41cae2b51107f06bfa50c6dd0fbc68a799a6c219 (diff)
downloadphosphor-host-ipmid-00b1e5be1ce0d74541e371790e36a53146cb3b44.tar.gz
phosphor-host-ipmid-00b1e5be1ce0d74541e371790e36a53146cb3b44.zip
Propose and implement unit test framework
Enable use of GoogleTest and created a sample unit test case. Change-Id: Ie370745a32777d4ed81ee24145364029c8e7bf02 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index 4cab12c..429d962 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,17 +47,4 @@ libhostservice_la_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS)
nobase_include_HEADERS = \
host-ipmid/ipmid-api.h
-check_PROGRAMS = \
- testit
-# testaddsel
-
-testit_SOURCES = \
- ipmisensor.cpp \
- testit.cpp
-testit_LDFLAGS = $(SYSTEMD_LIBS) $(LIBADD_DLOPEN)
-
-#testaddsel_SOURCES = \
-# testaddsel.cpp \
-# storageaddsel.cpp
-#testaddsel_LDFLAGS = $(SYSTEMD_CFLAGS) $(SYSTEMD_LIBS) $(LIBADD_DLOPEN)
-
+SUBDIRS = test
OpenPOWER on IntegriCloud