monitoring-plugins/lib/tests
2008-11-04 21:52:45 +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 Make extra-opts (C plugins) behave more like N::P: 2008-11-04 17:41:53 +00:00
plugins.ini Adding extra-opts check that crash on my prod servers (*** glibc detected *** malloc(): memory corruption: 0x0804e248 ***) 2008-11-04 21:29:36 +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 Fixed the test (not the bug yet) and added similar one to test_ini (that one works) 2008-11-04 21:52:45 +00:00
test_opts.c Fixed the test (not the bug yet) and added similar one to test_ini (that one works) 2008-11-04 21:52:45 +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.