mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
24a40fc665
- updated test notes. - patched netsetup_test and upnpforward to run correctly. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6051 b45a01b8-16f6-495d-af2f-9b41ad6348cc
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
|
|
This file documents the high-level status of the regression cases.
|
|
-----------+----------------------+-------------------------------------------------
|
|
DIRECTORY | STATUS | TODO
|
|
-----------+----------------------+-------------------------------------------------
|
|
services | NO TESTS | write test framework for services.
|
|
turtle | NO TESTS | write tests
|
|
rsserver | NO TESTS | write tests
|
|
upnp | automatic tests | [--S]
|
|
pgp | automatic tests | [---]
|
|
util | automatic tests | [---]
|
|
dbase | automatic tests | [--S]
|
|
pqi | automatic tests | [C--]
|
|
ft | automatic tests | [-FS] (ftcontrollertest, ftserver2test, fttransfermoduletest)
|
|
tcponudp | automatic tests | [-F-] Takes 15 mins. test_tou,bidir_tou,stacks_tou fail
|
|
dht | NO TESTS | write tests
|
|
serialiser | automatic tests | [-F-] (tlvrandom_test)
|
|
-----------+----------------------+-------------------------------------------------
|
|
|
|
Legend:
|
|
[---] : nothing to do. All work perfectly.
|
|
[ S] : needs scripts
|
|
[ F ] : some tests fail
|
|
[C ] : some tests don't compile
|
|
[E ] : some test execution fail
|
|
|
|
Commands:
|
|
- to launch tests in a directory:
|
|
> \rm *.tstout
|
|
> make regress
|
|
|
|
- to use parameters:
|
|
* create a script [testname].sh where [testname] is the name of the
|
|
executable test. It will be used automatically by the above command.
|
|
* in the script, use a single command, or if necessary put all commands
|
|
on one line using &&.
|
|
|
|
|
|
|