Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
04bcf13d
Commit
04bcf13d
authored
Jul 21, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added count of skipped tests to default xsl style.
parent
1ba2041d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
test/test-automation/Makefile.am
+1
-1
style.xsl
test/test-automation/style.xsl
+1
-1
No files found.
test/test-automation/Makefile.am
View file @
04bcf13d
...
...
@@ -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
...
...
test/test-automation/style.xsl
View file @
04bcf13d
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment