diff options
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. |