From eb359da0212e32f6b153d8f242546147ef24c9ef Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 2 Oct 2013 01:34:40 +0200 Subject: Add test-results.md Mention our test suite on the "Development" page and show the test results from . --- web/content/development.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'web/content/development.md') 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 contributing to the standard plugins package, or writing your own checks, you should read them! +## Test Suite + +The Nagios Plugins bundle comes with an extensive test suite. Some of the +tests require [libtap][libtap], a copy of which is shipped with the Nagios +Plugins source tarball. In order to execute all tests, issue the following +commands: + + $ ./tools/setup # When building from Git. + $ ./configure --enable-libtap + $ make + $ make test + +Regular tests of the latest code are scheduled automatically on various +platforms, the results can be [viewed online][tests]. + [team]: team.html "Nagios Plugins Development Team" [nagios]: http://www.nagios.org/ "Nagios" [github]: https://github.com/ "GitHub" @@ -39,5 +54,7 @@ should read them! [book]: http://git-scm.com/book "Pro Git" [git]: http://git-scm.com/ "Git" [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" +[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" +[tests]: tests.html "Test Results" -- cgit v1.2.3-74-g34f1