[glib] Fix make check
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix make check
- Date: Tue, 20 Aug 2013 00:58:00 +0000 (UTC)
commit 49cf439ce7432203688a32c5087ce50591f90329
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 19 20:00:25 2013 -0400
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 deletions(-)
---
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}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]