monitoring-plugins/lib/tests
Ton Voon f31cd40f7a Correctly link to included libtap. Simplify invoking test scripts.
Removed basename test as we should use base_name from GNUlib which is
tested separately


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2042 f882894a-f735-0410-b71e-b25c423dba1c
2008-08-21 15:18:58 +00:00
..
config-dos.ini Add tests: 2008-03-16 18:10:47 +00:00
config-opts.ini Add extra-opts argument parsing with tests 2008-03-24 07:02:28 +00:00
config-tiny.ini Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
Makefile.am Correctly link to included libtap. Simplify invoking test scripts. 2008-08-21 15:18:58 +00:00
plugin.ini Add tests: 2008-03-16 18:10:47 +00:00
plugins.ini write ini-file lookup function + tests 2008-03-26 09:46:27 +00:00
README Move new util_* functions to lib/ 2006-07-13 12:50:23 +00:00
test_all.t Correctly link to included libtap. Simplify invoking test scripts. 2008-08-21 15:18:58 +00:00
test_base64.c Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as before) 2008-02-13 04:07:39 +00:00
test_cmd.c Bump lib/tests to GPLv3 2008-01-30 09:38:37 +00:00
test_disk.c Bump lib/tests to GPLv3 2008-01-30 09:38:37 +00:00
test_ini.c make parse_ini die like in N::P if section isn't found 2008-04-04 10:11:22 +00:00
test_opts.c Typos in comments 2008-08-21 04:17:25 +00:00
test_tcp.c Bump lib/tests to GPLv3 2008-01-30 09:38:37 +00:00
test_utils.c Correctly link to included libtap. Simplify invoking test scripts. 2008-08-21 15:18:58 +00:00

The tests in here use the libtap library functions 
(http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap), so are
more for unit testing the utils.c library functions. 

However, it probably should be merged into the plugins/t subdirectory.