summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: 1f6470d64cd5fcb9a4a6d1c1b0202ed323dfe8cd (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) $(PTHREAD_CFLAGS)
phosphor_inventory_test_CFLAGS = $(SYSTEMD_CFLAGS)
phosphor_inventory_test_LDADD = ${top_builddir}/libmanager.la
OpenPOWER on IntegriCloud