diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-15 14:49:38 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-15 14:49:38 +0100 |
commit | c38aca268244d3c7004d6987a63d5756df148209 (patch) | |
tree | 66ef5ba9c01281d52f5ee83406ec66558071a0c7 /tests/README | |
parent | 340488b7f3615a48f7464f596754514653112fd6 (diff) |
Add tests for ratox, importing z3bra's tests.
Add a target check for the makefile for running the tests.
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..e491c53 --- /dev/null +++ b/tests/README @@ -0,0 +1,15 @@ +ratox[0] text suite. + +0. move this folder in the ratox source dir +1. build ratox +2. run your tests + +WARNING: spawing a test creates two throw-away IDs, and opens two +connections by default. If starting too much test, it could make it to +the point your router might not be able to forward traffic correctly to +the DHT, rendering your users incapable of seeing each others online. + +In case it happens, simply wait for the stale connections to close +themselves, or reboot your computer. + +[0] http://git.z3bra.org/ratox/log.html |