mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 17:55:17 -05:00
Added count of skipped tests to default xsl style.
This commit is contained in:
@@ -15,7 +15,7 @@ libtest_la_CLAGS = -fPIC -g
|
||||
libtest_la_LDFLAGS = `sdl-config --libs`
|
||||
|
||||
libtest: libtest.la
|
||||
echo "Test library compiled."
|
||||
echo "Test library compiled."
|
||||
|
||||
all-local: install-tests
|
||||
install: install-tests
|
||||
|
||||
@@ -181,7 +181,7 @@ div, h1 {
|
||||
<span class="title">Statistics:</span><br/>
|
||||
<div class="statistics">
|
||||
<span>Executed </span> <xsl:value-of select="testlog/numSuites"/> test suites. <br/>
|
||||
<span>Tests in total: </span> <xsl:value-of select="testlog/numTests"/> (passed: <xsl:value-of select="testlog/numPassedTests"/>, failed: <xsl:value-of select="testlog/numFailedTests"/>)
|
||||
<span>Tests in total: </span> <xsl:value-of select="testlog/numTests"/> (passed: <xsl:value-of select="testlog/numPassedTests"/>, failed: <xsl:value-of select="testlog/numFailedTests"/>, skipped: <xsl:value-of select="testlog/numSkippedTests"/>)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user