mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-14 19:48:05 +02:00
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:
parent
01156b122c
commit
49cf439ce7
@ -44,7 +44,8 @@ EXTRA_DIST += \
|
|||||||
README.win32 \
|
README.win32 \
|
||||||
HACKING \
|
HACKING \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
glib.mk \
|
glib.mk \
|
||||||
|
glib-tap.mk \
|
||||||
makefile.msc \
|
makefile.msc \
|
||||||
msvc_recommended_pragmas.h \
|
msvc_recommended_pragmas.h \
|
||||||
config.h.win32.in \
|
config.h.win32.in \
|
||||||
|
@ -175,6 +175,7 @@ test_programs += \
|
|||||||
|
|
||||||
# some testing of gtester functionality
|
# some testing of gtester functionality
|
||||||
XMLLINT = xmllint
|
XMLLINT = xmllint
|
||||||
|
GTESTER = $(top_builddir)/glib/gtester
|
||||||
|
|
||||||
gtester-xmllint-check: # check testreport xml with xmllint if present
|
gtester-xmllint-check: # check testreport xml with xmllint if present
|
||||||
${GTESTER} -k --quiet -o tmpsample.xml --test-arg=--gtester-selftest ${GTESTER}
|
${GTESTER} -k --quiet -o tmpsample.xml --test-arg=--gtester-selftest ${GTESTER}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user