RetroShare/libretroshare/src/tests/TestNotes.txt
csoler 24a40fc665 - make addFriend a virtual (pure) function of the abstract p3LinkMgr class. Useful for testing.
- 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
2012-12-27 21:18:16 +00:00

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 &&.