monitoring-plugins/lib/tests
Thomas Guyot-Sionnest 6fbd14fea5 Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
2008-11-23 05:38:47 +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 Need to add in the libgnu.la for Solaris and other platforms 2008-11-05 17:07:40 +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 Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_cmd.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_disk.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_ini.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_opts.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_tcp.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_utils.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +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.