monitoring-plugins/lib/tests
Thomas Guyot-Sionnest 2bbf2e6967 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap)
Detects system library as pre-1.4.13 and does not install the built-in library anymore

Tested on:
  - Linux x86_64, with and without local libtap (System libtap installed)
	- Linux x86, with and without local libtap (System libtap NOT installed)
  - Solaris SPARC, with and without local libtap, with and without system libtap installed
2008-11-29 04:38:54 -05: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 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 2008-11-29 04:38:54 -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 Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_disk.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_ini.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_ini.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_opts.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_opts.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_tcp.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_tcp.t Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -05:00
test_utils.c Revert inclusion of libtap into nagiosplugins 2008-11-28 03:22:39 -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.