diff options
author | chebizarro@gmail.com <chebizarro@gmail.com> | 2017-04-27 00:02:53 -0700 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-11-19 12:35:04 +0100 |
commit | e0dd2d7bdbbe7831e54430c5ecdda41550428724 (patch) | |
tree | cf626a00620b10e4dad675dbe7b1c7e0361f5c1c /valadate/Makefile.am | |
parent | 1f57cf03fe03b50ecbbef191d49308125199ca18 (diff) | |
download | vala-e0dd2d7bdbbe7831e54430c5ecdda41550428724.tar.gz |
side-ported Valadate-2.0 to Vala test harness
Diffstat (limited to 'valadate/Makefile.am')
-rw-r--r-- | valadate/Makefile.am | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/valadate/Makefile.am b/valadate/Makefile.am index 7d1cc4b87..2a73a4aef 100644 --- a/valadate/Makefile.am +++ b/valadate/Makefile.am @@ -11,6 +11,7 @@ AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GIO_CFLAGS) \ $(GMODULE_CFLAGS) \ + $(LIBXML_CFLAGS) \ -g \ $(NULL) @@ -21,15 +22,27 @@ lib_LTLIBRARIES = \ $(NULL) libvaladate_la_VALASOURCES = \ + assembly.vala \ + assemblyerror.vala \ + gnutestreportprinter.vala \ + taptestreportprinter.vala \ + testreportprinter.vala \ test.vala \ + testadapter.vala \ + testassembly.vala \ testcase.vala \ testconfig.vala \ - testexplorer.vala \ - testiterator.vala \ testmodule.vala \ + testoptions.vala \ + testgatherer.vala \ + testplan.vala \ testresult.vala \ + testreport.vala \ testrunner.vala \ + teststatus.vala \ testsuite.vala \ + xmlfile.vala \ + xmltestreportprinter.vala \ $(NULL) libvaladate_la_SOURCES = \ @@ -46,6 +59,7 @@ valadate.vapi valadate.vala.stamp: $(libvaladate_la_VALASOURCES) --vapidir $(top_srcdir)/vapi --pkg gobject-2.0 \ --pkg gio-2.0 \ --pkg gmodule-2.0 \ + --pkg libxml-2.0 \ --pkg config \ --pkg libvala@PACKAGE_SUFFIX@ \ -H valadate.h \ @@ -61,6 +75,7 @@ libvaladate_la_LIBADD = \ $(GLIB_LIBS) \ $(GIO_LIBS) \ $(GMODULE_LIBS) \ + $(LIBXML_LIBS) \ $(NULL) EXTRA_DIST = $(libvaladate_la_VALASOURCES) valadate.vapi valadate.vala.stamp |