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



