mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01: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 \
|
||||
HACKING \
|
||||
autogen.sh \
|
||||
glib.mk \
|
||||
glib.mk \
|
||||
glib-tap.mk \
|
||||
makefile.msc \
|
||||
msvc_recommended_pragmas.h \
|
||||
config.h.win32.in \
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user