summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: 538d826921b530351df9435a9c7de019e221d60d (plain)
1
2
3
4
5
6
7
8
check_PROGRAMS =
noinst_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}/libmanager.la
OpenPOWER on IntegriCloud