summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.decl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.decl b/Makefile.decl
index 79d47ff..da4952f 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -44,6 +44,8 @@ test-report perf-report full-report: ${TEST_PROGS}
$$ignore_logdir || { \
echo '<?xml version="1.0"?>' > $@.xml ; \
echo '<report-collection>' >> $@.xml ; \
+ echo ' <package>$(PACKAGE)</package>' >> $@.xml ; \
+ echo ' <version>$(VERSION)</version>' >> $@.xml ; \
for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
done ; \