summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-31 13:26:44 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-08 15:15:36 -0500
commit898a7bb18e66fd27da4c852e50209c5dc51a17b6 (patch)
tree8e2afd71f7cf5af2aae790fbbffd7d8727dbd620 /test
parentd44683552c82cd7b9b85e15c83c5525eff63f804 (diff)
downloadphosphor-inventory-manager-898a7bb18e66fd27da4c852e50209c5dc51a17b6.tar.gz
phosphor-inventory-manager-898a7bb18e66fd27da4c852e50209c5dc51a17b6.zip
test: Use libmanager for integration testcase
Change-Id: I82d781923fc84e79262a5ffd2ff64488e777a076 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 108a336..538d826 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -5,10 +5,4 @@ phosphor_inventory_test_SOURCES = \
test.cpp
phosphor_inventory_test_LDFLAGS = $(SYSTEMD_LIBS)
phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
-phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \
- ${top_builddir}/filters.o \
- ${top_builddir}/generated.o \
- ${top_builddir}/xyz.openbmc_project.Inventory.Manager.o
-if EXAMPLE
-phosphor_inventory_test_LDADD += ${top_builddir}/libexample.la
-endif
+phosphor_inventory_test_LDADD = ${top_builddir}/libmanager.la
OpenPOWER on IntegriCloud