diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-02 01:34:40 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-02 01:34:40 +0200 |
commit | eb359da0212e32f6b153d8f242546147ef24c9ef (patch) | |
tree | 5dea835441ced5b19682430a6434fd21ce028403 /web/content/tests.md | |
parent | cae46131c2691e5b02e932ff43b3e127fe8e2055 (diff) | |
download | site-eb359da0212e32f6b153d8f242546147ef24c9ef.tar.gz |
Add test-results.md
Mention our test suite on the "Development" page and show the test
results from <http://labs.consol.de/nagios-plugins/logs/>.
Diffstat (limited to 'web/content/tests.md')
-rw-r--r-- | web/content/tests.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/content/tests.md b/web/content/tests.md new file mode 100644 index 0000000..1784368 --- /dev/null +++ b/web/content/tests.md | |||
@@ -0,0 +1,21 @@ | |||
1 | title: Test Results | ||
2 | parent: Development | ||
3 | --- | ||
4 | |||
5 | # Test Results | ||
6 | |||
7 | The following table lists the latest automated test results for various | ||
8 | platforms. The build and test logs can be viewed by following the | ||
9 | corresponding links. | ||
10 | |||
11 | <object data="http://labs.consol.de/nagios-plugins/logs/HEADER.html" style="width: 100%; height: 100ex; overflow: scroll"> | ||
12 | * [Test results][results] | ||
13 | </object> | ||
14 | |||
15 | Thanks go to Sven Nierlein for setting up the tests and to [his | ||
16 | employer][consol] for providing the resources. | ||
17 | |||
18 | [results]: http://labs.consol.de/nagios-plugins/logs/HEADER.html "Test Results" | ||
19 | [consol]: http://www.consol.com/ "ConSol Software GmbH" | ||
20 | |||
21 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | ||