diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-10-31 13:26:44 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-08 15:15:36 -0500 |
| commit | 898a7bb18e66fd27da4c852e50209c5dc51a17b6 (patch) | |
| tree | 8e2afd71f7cf5af2aae790fbbffd7d8727dbd620 /test | |
| parent | d44683552c82cd7b9b85e15c83c5525eff63f804 (diff) | |
| download | phosphor-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.am | 8 |
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 |

