summaryrefslogtreecommitdiffstats
path: root/doc/developer-guidelines.sgml
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-02-24 17:03:57 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-02-24 17:03:57 (GMT)
commit43c2e6ec94efa424a87316f7e47cc3c3aa1a8ebe (patch)
treec67b776d1692fbc1b2b36760ae388d457350ec3a /doc/developer-guidelines.sgml
parent6aa8cc090daa646f6d3d7b5af2ab5e59dd7d9b18 (diff)
downloadmonitoring-plugins-43c2e6ec94efa424a87316f7e47cc3c3aa1a8ebe.tar.gz
Updated doc as tap library is now automatically discovered
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1319 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r--doc/developer-guidelines.sgml8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index a7555e9..549a9f0 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -625,14 +625,12 @@ perl's TAP
625To run tests using the libtap library, download the latest tar ball and extract. 625To run tests using the libtap library, download the latest tar ball and extract.
626There is a problem with tap-1.01 where 626There is a problem with tap-1.01 where
627<ulink url="http://jc.ngo.org.uk/trac-bin/trac.cgi/ticket/25">pthread support doesn't appear to work</ulink> 627<ulink url="http://jc.ngo.org.uk/trac-bin/trac.cgi/ticket/25">pthread support doesn't appear to work</ulink>
628properly on non-FreeBSD systems. Compile with 'CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure && make && make check'. 628properly on non-FreeBSD systems. Install with 'CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure && make && make check && make install'.
629You do not need to install.
630</para> 629</para>
631 630
632<para> 631<para>
633You then have to run the Nagios Plugins' configure with the --with-libtap-srcdir=path, where path is the 632When you run Nagios Plugins' configure, it will look for the tap library and will automatically
634full path to the tap.h and compiled tap.o file. 633setup the tests. Run "make test" to run all the tests.
635Then run "make" and "make test" to run all tests.
636</para> 634</para>
637</section> 635</section>
638 636