From: Matthias Clasen Date: Tue, 20 Aug 2013 00:00:25 +0000 (-0400) Subject: Fix make check X-Git-Tag: 2.37.6~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49cf439ce7432203688a32c5087ce50591f90329;p=platform%2Fupstream%2Fglib.git Fix make check The glib/tests contained some tests for gtester. Now that we're not including glib.mk anymore, we have to define GTESTER ourselves. --- diff --git a/Makefile.am b/Makefile.am index a156f85..9dc6e38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,8 @@ EXTRA_DIST += \ README.win32 \ HACKING \ autogen.sh \ - glib.mk \ + glib.mk \ + glib-tap.mk \ makefile.msc \ msvc_recommended_pragmas.h \ config.h.win32.in \ diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index 02bfdef..ac077dd 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -175,6 +175,7 @@ test_programs += \ # some testing of gtester functionality XMLLINT = xmllint +GTESTER = $(top_builddir)/glib/gtester gtester-xmllint-check: # check testreport xml with xmllint if present ${GTESTER} -k --quiet -o tmpsample.xml --test-arg=--gtester-selftest ${GTESTER}