summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: 94baa9a6d59ac88a6bbeac3538977435998a4453 (plain)
1
2
3
4
5
6
7
8
9
10
check_PROGRAMS = phosphor-inventory-test

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
OpenPOWER on IntegriCloud