diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-30 16:10:50 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-30 16:10:50 +0000 |
| commit | 795100ae5124915bb647a304d5dfe2ada2f44ab0 (patch) | |
| tree | b3fd0dc1a88ebb533f074c476ee020e32877632e /plugins/tests/README | |
| parent | c8a9bf228fdd34b021796f577a404cb8b0cba1f9 (diff) | |
| download | monitoring-plugins-795100ae5124915bb647a304d5dfe2ada2f44ab0.tar.gz | |
Added libtap tests for utils.c library functions. Removed redundant
test files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1303 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/tests/README')
| -rw-r--r-- | plugins/tests/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/tests/README b/plugins/tests/README new file mode 100644 index 00000000..66935e4d --- /dev/null +++ b/plugins/tests/README | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | The tests in here use the libtap library functions | ||
| 2 | (http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap), so are | ||
| 3 | more for unit testing the utils.c library functions. | ||
| 4 | |||
| 5 | However, it probably should be merged into the plugins/t subdirectory. | ||
