Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: toolkit_common.c | |||
Revision 1.4 | tchize | 2006/06/07 16:44:07 | +38 -1 |
update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME* | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | qal21 | 2006/06/02 16:58:42 | +4 -2 |
toolkit_common.c: Clarify comment. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | tchize | 2006/06/01 18:07:32 | +84 -4 |
toolkit_common activated in unit test. check_arch is the first check to use it. Rebuilded makefiles in accordance | |||
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 |