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.
This commit is contained in:
Matthias Clasen 2013-08-19 20:00:25 -04:00
parent 01156b122c
commit 49cf439ce7
2 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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}