blob: 4026307deae2547af9524523f60b9b09ca637694 [file] [log] [blame]
Brad Bishop49aefb32016-10-19 11:54:14 -04001check_PROGRAMS = phosphor-inventory-test
2
3phosphor_inventory_test_SOURCES = \
4 test.cpp
5phosphor_inventory_test_LDFLAGS = $(SYSTEMD_LIBS)
6phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
7phosphor_inventory_test_LDADD = ${top_builddir}/manager.o \
8 ${top_builddir}/server.o