From 04bcf13dc27106eb3e5e05e116d7d7fe08188d81 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Thu, 21 Jul 2011 13:57:55 +0300 Subject: [PATCH] Added count of skipped tests to default xsl style. --- test/test-automation/Makefile.am | 2 +- test/test-automation/style.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-automation/Makefile.am b/test/test-automation/Makefile.am index d4959f47a..fe88cf2f3 100644 --- a/test/test-automation/Makefile.am +++ b/test/test-automation/Makefile.am @@ -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 diff --git a/test/test-automation/style.xsl b/test/test-automation/style.xsl index 69515f4f7..52ca9aa6a 100644 --- a/test/test-automation/style.xsl +++ b/test/test-automation/style.xsl @@ -181,7 +181,7 @@ div, h1 { Statistics:
Executed test suites.
- Tests in total: (passed: , failed: ) + Tests in total: (passed: , failed: , skipped: )