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 . 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" 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 @@ +title: Test Results +parent: Development +--- + +# Test Results + +The following table lists the latest automated test results for various +platforms. The build and test logs can be viewed by following the +corresponding links. + + +* [Test results][results] + + +Thanks go to Sven Nierlein for setting up the tests and to [his +employer][consol] for providing the resources. + +[results]: http://labs.consol.de/nagios-plugins/logs/HEADER.html "Test Results" +[consol]: http://www.consol.com/ "ConSol Software GmbH" + + -- cgit v0.10-9-g596f