Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: Makefile.am | |||
Revision 1.3 | tchize | 2006/06/01 14:07:08 | +23 -3 |
Fixed error in build process regarding unit test. Our modularization is way broken, with have intredependent .a files, this should be solved. Applied a compilation workaround suggest by gnu, twice every .a at link time. Applied an automake workaround as we need to pass --preserver-dup-deps to autotools and to do this only current CVS version can do it without a bit i hacking. Applied Hacking suggested by automake mailing list. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | tchize | 2006/05/03 16:50:25 | +9 -4 |
Added autogeneration of html and text report for test process. | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | tchize | 2006/03/21 16:46:09 | None |
Initial commit of unit tests (see doc/Developers/testplans) This is it, initial commit of unit test framework. It contains empty testcases for all unit tests. See test/unit/check_shstr.c for a completed example unit test :) | |||
First version |