xtaran / amora-test

Automatically exported from code.google.com/p/amora
0 stars 0 forks source link

Server utests #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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