Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: Makefile.in | |||
Revision 1.7 | quinet | 2006/08/25 16:27:59 | +9 -3 |
configure, aclocal.m4, utils/config.guess, utils/config.sub, utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using slightly newer versions of libtoolize, aclocal, automake and autoconf. | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | ryo_saeba | 2006/08/07 02:38:07 | +5 -2 |
Rebuild makefiles, closing bug #1535160 (Python just broke) | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | tchize | 2006/05/03 16:50:24 | +6 -0 |
Added autogeneration of html and text report for test process. | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | tchize | 2006/03/22 17:06:47 | +1 -0 |
updated configure.ac to automatically check availability of a few headers required by crossedit Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail. | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | tchize | 2006/03/21 16:46:06 | +5 -1 |
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 :) | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | ryo_saeba | 2006/03/18 10:24:43 | +1 -1 |
Add add_key to set_key (object) for plugins. | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | mwedel | 2006/02/25 02:41:49 | None |
*/Makefile{in.am}: Fix plugin makefiles so that 'make distcheck' works. Using relative path names for files to include in distribution does not work - need to have a makefile in each directory. configure{.ac}: Updated as result of new Makefiles. MSW 2006-02-24 | |||
First version |