diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-10 15:24:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-10 15:24:09 +0000 |
commit | 3c0194bb72b5e7f3fa8ee7af167027027891f9aa (patch) | |
tree | 64bf342efd944847271b975ea2259c255056c81f /tests/README | |
parent | 172f0ba12d21e07f9e7c946f0d2153466d5c5a1e (diff) |
initial checkin
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 000000000..5cad1f62d --- /dev/null +++ b/tests/README @@ -0,0 +1,16 @@ + +Describe the test stuff + +Requires: + perl, sh + +Run: + (should be) 'make test' + +Logs: + All logs are generated in the logs/ subdirctory (it is emtpied first + in the runtests.sh script) + +Data: + All test-data are put in the data/ subdirctory. Further descriptions on + the data format must be added here. |