monitoring-plugins/lib/tests
Monitoring Plugins Development Team 63734f52ab Project rename initial commit.
This is an initial take at renaming the project to Monitoring Plugins.
It's not expected to be fully complete, and it is expected to break
things (The perl module for instance). More testing will be required
before this goes mainline.
2014-01-19 14:18:47 -05:00
..
var Added state retention APIs. Implemented for check_snmp with --rate option. 2010-06-23 13:30:34 +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 Project rename initial commit. 2014-01-19 14:18:47 -05: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_base64.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_base64.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_cmd.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_cmd.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_disk.c Fix GCC's -Wuninitialized warnings 2013-09-10 20:52:13 +02:00
test_disk.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_ini1.c Remove the commented out blocks 2009-01-24 07:41:45 -05:00
test_ini1.t Fix paths in test_ini tests 2009-01-24 00:41:00 -05:00
test_ini3.c Add die tests for parse_ini 2009-01-23 02:43:59 -05:00
test_ini3.t Fix paths in test_ini tests 2009-01-24 00:41:00 -05:00
test_opts1.c Use a more "natural" way of writing argument lists in extra-opts tests. 2009-06-11 00:14:23 -04:00
test_opts1.t Some platform are missing setenv 2009-01-20 23:58:02 -05:00
test_opts2.c Use a more "natural" way of writing argument lists in extra-opts tests. 2009-06-11 00:14:23 -04:00
test_opts2.t Some platform are missing setenv 2009-01-20 23:58:02 -05:00
test_opts3.c Add die tests for extra-opts 2009-01-22 02:04:31 -05:00
test_opts3.t Add die tests for parse_ini 2009-01-23 02:43:59 -05:00
test_tcp.c Minor cosmetic changes 2013-09-12 21:50:18 +02:00
test_tcp.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_utils.c Project rename initial commit. 2014-01-19 14:18:47 -05:00
test_utils.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05: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.