[root]/trunk/crossfire/test/unit/random_maps
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 101 (100.0%) | 2748 (100.0%) | 27.2 |
tchize | 69 (68.3%) | 2693 (98.0%) | 39.0 |
quinet | 3 (3.0%) | 32 (1.2%) | 10.6 |
qal21 | 1 (1.0%) | 21 (0.8%) | 21.0 |
ryo_saeba | 3 (3.0%) | 2 (0.1%) | 0.6 |
mwedel | 25 (24.8%) | 0 (0.0%) | 0.0 |
make branche directories, delete old trunk.
0 lines of code changed in 25 files:
Stop complaining about .autorun.xml
1 lines of code changed in 1 file:
Regenerated again.
21 lines of code changed in 1 file:
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.
10 lines of code changed in 1 file:
Add more files to .cvsignore
21 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*
21 lines of code changed in 21 files:
toolkit_common activated in unit test.
check_arch is the first check to use it.
Rebuilded makefiles in accordance
1 lines of code changed in 1 file:
Second part of patch #1453869 courtesy Stefan Huehner (shuehner)
1 lines of code changed in 1 file:
No need to fail when autorun.xml doesn't exist :)
1 lines of code changed in 1 file:
Added autogeneration of html and text report for test process.
158 lines of code changed in 22 files:
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.
1 lines of code changed in 1 file:
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 :)
2512 lines of code changed in 24 files: