monitoring-plugins/plugins/tests
Ton Voon a8cd7705e7 Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-18 22:05:43 +00:00
..
.cvsignore Synchronise with coreutils 2.95. Gettext now synced with coreutils, 2006-05-18 22:05:43 +00:00
Makefile.am mysql discovery based on mysql_config (Johan Fischer - 1359414) 2006-03-21 11:42:59 +00:00
README Added libtap tests for utils.c library functions. Removed redundant 2006-01-30 16:10:50 +00:00
test_utils.c Internal version of basename if one not found in system 2006-04-27 13:25:10 +00:00
test_utils.t Better error message re: tap library 2006-03-17 14:08:42 +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.