mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
generate HTML reports for test-report perf-report full-report.
2007-12-20 15:17:04 Tim Janik <timj@imendio.com> * Makefile.decl: generate HTML reports for test-report perf-report full-report. svn path=/trunk/; revision=6172
This commit is contained in:
parent
8acddd1ab4
commit
d08fd8eae2
@ -1,3 +1,7 @@
|
|||||||
|
2007-12-20 15:17:04 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
|
* Makefile.decl: generate HTML reports for test-report perf-report full-report.
|
||||||
|
|
||||||
2007-12-20 15:03:51 Tim Janik <timj@imendio.com>
|
2007-12-20 15:03:51 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gtester-report: new python script that generates an HTML
|
* glib/gtester-report: new python script that generates an HTML
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# GLIB - Library of useful C routines
|
# GLIB - Library of useful C routines
|
||||||
|
|
||||||
#GTESTER = gtester # for non-GLIB packages
|
#GTESTER = gtester # for non-GLIB packages
|
||||||
GTESTER = $(top_builddir)/glib/gtester # for the GLIB package
|
GTESTER = $(top_builddir)/glib/gtester # for the GLIB package
|
||||||
|
GTESTER_REPORT = $(top_builddir)/glib/gtester-report # for the GLIB package
|
||||||
|
|
||||||
# initialize variables for unconditional += appending
|
# initialize variables for unconditional += appending
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
@ -50,6 +51,7 @@ test-report perf-report full-report: ${TEST_PROGS}
|
|||||||
echo >> $@.xml ; \
|
echo >> $@.xml ; \
|
||||||
echo '</report-collection>' >> $@.xml ; \
|
echo '</report-collection>' >> $@.xml ; \
|
||||||
rm -rf "$$GTESTER_LOGDIR"/ ; \
|
rm -rf "$$GTESTER_LOGDIR"/ ; \
|
||||||
|
${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
|
||||||
}
|
}
|
||||||
.PHONY: test test-report perf-report full-report
|
.PHONY: test test-report perf-report full-report
|
||||||
# run make test as part of make check
|
# run make test as part of make check
|
||||||
|
Loading…
Reference in New Issue
Block a user