monitoring-plugins/lib/tests
2008-03-19 14:42:12 +00:00
..
config-dos.ini Add tests: 2008-03-16 18:10:47 +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 Remove base64 tests, since base64 comes from gnulib now 2008-03-19 14:38:56 +00:00
Makefile.config-opts Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
plugin.ini Add tests: 2008-03-16 18:10:47 +00:00
README Move new util_* functions to lib/ 2006-07-13 12:50:23 +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_base64.t Adding test for base64 lib 2007-11-09 22:01:33 +00:00
test_cmd.c Bump lib/tests to GPLv3 2008-01-30 09:38:37 +00:00
test_cmd.t Stop double expansion of parameters for negate - works like 2007-09-21 23:01:28 +00:00
test_disk.c Bump lib/tests to GPLv3 2008-01-30 09:38:37 +00:00
test_disk.t Move new util_* functions to lib/ 2006-07-13 12:50:23 +00:00
test_ini.c Add tests: 2008-03-16 18:10:47 +00:00
test_ini.t This commit consist of two changes: 2008-03-15 04:51:45 +00:00
test_tcp.c Bump lib/tests to GPLv3 2008-01-30 09:38:37 +00:00
test_tcp.t Added test cases for utils_tcp 2007-06-03 15:00:34 +00:00
test_utils.c 1st pass at check_procs with multiple threshold checks 2008-03-19 14:42:12 +00:00
test_utils.t Move new util_* functions to lib/ 2006-07-13 12:50:23 +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.