Codebase list libvirt-glib / upstream/0.2.3 tests / Makefile.am
upstream/0.2.3

Tree @upstream/0.2.3 (Download .tar.gz)

Makefile.am @upstream/0.2.3raw · history · blame

if ENABLE_TESTS

include $(top_srcdir)/build-aux/glib-tap.mk

AM_CFLAGS = \
	$(COVERAGE_CFLAGS) \
	-I$(top_srcdir) \
	$(GOBJECT2_CFLAGS) \
	$(LIBVIRT_CFLAGS) \
	$(LIBXML2_CFLAGS) \
	$(WARN_CFLAGS)

LDADD = \
	$(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \
	$(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \
	$(LIBVIRT_LIBS) \
	$(GLIB2_LIBS) \
	$(GOBJECT2_LIBS)

test_programs = test-gconfig test-events

EXTRA_DIST += \
	xml \
	$(NULL)
endif