diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-02 08:43:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-02 08:43:31 +0200 |
commit | daf17154bf13139d9375f48525d19d6aaba08155 (patch) | |
tree | e3c08b6c49dc8a8e83f03327591310546675b43d /libtest/readme |
Imported Upstream version 3.1.2upstream/3.1.2
Diffstat (limited to 'libtest/readme')
-rwxr-xr-x | libtest/readme | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libtest/readme b/libtest/readme new file mode 100755 index 0000000..64f6b52 --- /dev/null +++ b/libtest/readme @@ -0,0 +1,10 @@ +The libtest directory includes programs which are designed for +testing the basic functionality of the library. These programs +are intended to be used to find bugs in the basic library functions +after enhancements/updates or fixes have been applied to the library. + +testdate - used for testing date logic +indextst - used for testing indices +exptest - used for testing the expression logic +locktest - used for the debugging of the record and file locking logic +lfiletst - used for testing 64 bit file support
\ No newline at end of file |