Hey,

I've quickly written a useless unit test for eet. Here is the archive:

http://www.maths.univ-evry.fr/pages_perso/vtorri/files/eet-1.0.0.tar.bz2

you must have:

  * the 'check' library: http://check.sourceforge.net/
  * lcov for the coverage report: 
http://ltp.sourceforge.net/coverage/lcov.php. At least the 1.6 version.

For compiling the unit tests

  * ./configure --enable-tests && make && make check

For also having the coverage report:

  * ./configure --enable-tests --enable-coverage && make && make coverage

then go to the eet/coverage/ subdir and open index.html. I don't know if 
it's the correct location to put the coverage report. Maybe in src/tests 
is better.

The tests are located in src/tests. Right now, they are included when 
doing a make dist, but i can easily remove them from the dist.

Ideas, remarks, etc.. are welcome.

Vincent

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to