Fix make check
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Aug 2013 00:00:25 +0000 (20:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 Aug 2013 00:57:44 +0000 (20:57 -0400)
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
glib/tests/Makefile.am

index a156f85..9dc6e38 100644 (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       \
index 02bfdef..ac077dd 100644 (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}