[root]/trunk/crossfire/test/unit/crossedit
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 76 (100.0%) | 2174 (100.0%) | 28.6 |
tchize | 52 (68.4%) | 2127 (97.8%) | 40.9 |
quinet | 2 (2.6%) | 31 (1.4%) | 15.5 |
qal21 | 1 (1.3%) | 15 (0.7%) | 15.0 |
ryo_saeba | 2 (2.6%) | 1 (0.0%) | 0.5 |
mwedel | 19 (25.0%) | 0 (0.0%) | 0.0 |
make branche directories, delete old trunk.
0 lines of code changed in 19 files:
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
15 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Fixed error in file (srunner_check_out does not exist, removed line)
0 lines of code changed in 1 file:
update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*
15 lines of code changed in 15 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:
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.
148 lines of code changed in 16 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 :)
1962 lines of code changed in 18 files: