pkg-monitoring-plugins/lib/tests
2023-02-02 09:13:25 +00:00
..
var
config-dos.ini
config-opts.ini
config-tiny.ini
Makefile.am Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
Makefile.in New upstream version 2.3.3 2023-02-02 09:13:25 +00:00
plugin.ini
plugins.ini
README
test_base64.c
test_base64.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_cmd.c
test_cmd.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_disk.c
test_disk.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_ini1.c
test_ini1.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_ini3.c
test_ini3.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_opts1.c
test_opts1.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_opts2.c
test_opts2.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_opts3.c
test_opts3.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_tcp.c
test_tcp.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_utils.c Imported Upstream version 2.0 2014-07-11 21:01:00 +02:00
test_utils.t Imported Upstream version 2.0 2014-07-11 21:01:00 +02: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.