Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: check_arch.c | |||
Revision 1.5 | ryo_saeba | 2006/08/26 12:56:19 | +1 -2 |
Remove obsolete event system. | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | tchize | 2006/06/01 18:07:32 | +5 -16 |
toolkit_common activated in unit test. check_arch is the first check to use it. Rebuilded makefiles in accordance | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | tchize | 2006/05/03 16:50:24 | +2 -1 |
Added autogeneration of html and text report for test process. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | tchize | 2006/04/06 16:18:36 | +290 -4 |
finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | tchize | 2006/03/21 16:46:08 | 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 |