summaryrefslogtreecommitdiffstats
path: root/web/input/development.md
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2014-02-16 11:04:38 (GMT)
committerJan Wagner <waja@cyconet.org>2014-02-16 11:04:38 (GMT)
commit05b433e331539b1a95d1318e5bad268778911c9a (patch)
tree01c41ed5939adb4a5b927ff940541b80a3aec97e /web/input/development.md
parentaca7c02fc88bf5957ea3c8dcafe950fd3dac0f91 (diff)
downloadsite-05b433e331539b1a95d1318e5bad268778911c9a.tar.gz
Add travis-ci tests
Diffstat (limited to 'web/input/development.md')
-rw-r--r--web/input/development.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/web/input/development.md b/web/input/development.md
index 0d6c81f..0f106c6 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -22,7 +22,15 @@ Contributions are always welcome! If you'd like to provide patches, please
22case you're not familiar with Git, you might want to look into our [short 22case you're not familiar with Git, you might want to look into our [short
23introduction][git-intro] or [some other Git documentation][git-ref], first. 23introduction][git-intro] or [some other Git documentation][git-ref], first.
24 24
25## Test Suite 25## Tests
26
27### Integration Tests
28
29We have integrated [continuous integration tests][ci-tests] into our
30development workflow. This ensures that we are aware of trivial build
31problems. This service is kindly hosted by [Travis CI][travis-start].
32
33### Bundled Test Suite
26 34
27The Monitoring Plugins bundle comes with an extensive test suite. Some of the 35The Monitoring Plugins bundle comes with an extensive test suite. Some of the
28tests require [libtap][libtap], a copy of which is shipped with the Monitoring 36tests require [libtap][libtap], a copy of which is shipped with the Monitoring
@@ -48,6 +56,8 @@ platforms, the results can be [viewed online][tests].
48[git-ref]: doc/faq/git.html#references "Git References" 56[git-ref]: doc/faq/git.html#references "Git References"
49[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" 57[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage"
50[dev-faq]: doc/faq/#development "Development FAQs" 58[dev-faq]: doc/faq/#development "Development FAQs"
59[ci-tests]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "continuous integration tests"
60[travis-start]: continuous integration "Travis CI"
51[tests]: tests.html "Test Results" 61[tests]: tests.html "Test Results"
52 62
53<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> 63<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->