From 49cf439ce7432203688a32c5087ce50591f90329 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Aug 2013 20:00:25 -0400 Subject: [PATCH] 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. --- Makefile.am | 3 ++- glib/tests/Makefile.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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} -- 2.7.4