summaryrefslogtreecommitdiffstats
path: root/web/content/development.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-01 23:34:40 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-01 23:34:40 (GMT)
commiteb359da0212e32f6b153d8f242546147ef24c9ef (patch)
tree5dea835441ced5b19682430a6434fd21ce028403 /web/content/development.md
parentcae46131c2691e5b02e932ff43b3e127fe8e2055 (diff)
downloadsite-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/development.md')
-rw-r--r--web/content/development.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/content/development.md b/web/content/development.md
index 1b71c24..ddff634 100644
--- a/web/content/development.md
+++ b/web/content/development.md
@@ -30,6 +30,21 @@ Apart from the actual code, the [team][team] also maintains the official
30contributing to the standard plugins package, or writing your own checks, you 30contributing to the standard plugins package, or writing your own checks, you
31should read them! 31should read them!
32 32
33## Test Suite
34
35The Nagios Plugins bundle comes with an extensive test suite. Some of the
36tests require [libtap][libtap], a copy of which is shipped with the Nagios
37Plugins source tarball. In order to execute all tests, issue the following
38commands:
39
40 $ ./tools/setup # When building from Git.
41 $ ./configure --enable-libtap
42 $ make
43 $ make test
44
45Regular tests of the latest code are scheduled automatically on various
46platforms, the results can be [viewed online][tests].
47
33[team]: team.html "Nagios Plugins Development Team" 48[team]: team.html "Nagios Plugins Development Team"
34[nagios]: http://www.nagios.org/ "Nagios" 49[nagios]: http://www.nagios.org/ "Nagios"
35[github]: https://github.com/ "GitHub" 50[github]: https://github.com/ "GitHub"
@@ -39,5 +54,7 @@ should read them!
39[book]: http://git-scm.com/book "Pro Git" 54[book]: http://git-scm.com/book "Pro Git"
40[git]: http://git-scm.com/ "Git" 55[git]: http://git-scm.com/ "Git"
41[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" 56[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines"
57[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage"
58[tests]: tests.html "Test Results"
42 59
43<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 60<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->