gplugin/gplugin

Merge develop into feature/meson.
feature/meson
2017-06-01, Elliott Sales de Andrade
455c606d61b5
Merge develop into feature/meson.
--- a/xsl/gtester-junit.xsl Thu Jun 01 23:10:31 2017 -0400
+++ b/xsl/gtester-junit.xsl Thu Jun 01 23:23:39 2017 -0400
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2011-2014 Gary Kramlich <grim@reaperworld.com>
+ Copyright (C) 2011-2017 Gary Kramlich <grim@reaperworld.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -36,7 +36,7 @@
<!-- match the gtester root tag -->
<xsl:template match="/gtester">
- <xsl:element name="testsuit">
+ <xsl:element name="testsuite">
<!-- add the number of tests as the test attribute -->
<xsl:attribute name="tests">
<xsl:value-of select="count(//testcase)"/>