All server components must have a utest. We are late in this task because
the unit test must be written before the program functionality. When we
done this task, I hope that everyone follow the test driven development rules.
Let's try to reach at least 80% of coverage per module.
Unit test for log functions and server main loop are already commit in the
repository.
You can generate the test coverage report by doing:
$ ./configure --enable-devel
$ make lcov
Original issue reported on code.google.com by tmpsan...@gmail.com on 24 Jan 2008 at 3:51
Original issue reported on code.google.com by
tmpsan...@gmail.com
on 24 Jan 2008 at 3:51