diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-13 12:50:23 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-13 12:50:23 +0000 |
| commit | 548083b2ea865474915fc8a9ddd361e997585a02 (patch) | |
| tree | f3766c1f5d8f8ea1b2b721a5792e4fb4daf1cf68 /lib/tests/README | |
| parent | 6b9cc76d0a27631fbab19a31ab8bd46e143b7580 (diff) | |
| download | monitoring-plugins-548083b2ea865474915fc8a9ddd361e997585a02.tar.gz | |
Move new util_* functions to lib/
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1451 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/README')
| -rw-r--r-- | lib/tests/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tests/README b/lib/tests/README new file mode 100644 index 00000000..66935e4d --- /dev/null +++ b/lib/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. | ||
