Directory trunk/crossfire/test/unit/random_maps/

Directory Created:
2006-03-21 17:46
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
25
Lines of Code:
0

[root]/trunk/crossfire/test/unit/random_maps

Lines of Code

trunk/crossfire/test/unit/random_maps/ Lines of Code

Developers

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

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 25 files:

  • trunk/crossfire/test/unit/random_maps: .cvsignore (del), Makefile.am (del), Makefile.in (del), check.template (del), check_decor.c (del), check_door.c (del), check_exit.c (del), check_expand2x.c (del), check_floor.c (del), check_maze_gen.c (del), check_monster.c (del), check_random_map.c (del), check_reader.c (del), check_rogue_layout.c (del), check_room_gen_onion.c (del), check_room_gen_spiral.c (del), check_snake.c (del), check_special.c (del), check_square_spiral.c (del), check_standalone.c (del), check_style.c (del), check_test.c (del), check_treasure.c (del), check_wall.c (del), stubs_random.c (del)
quinet 2006-08-25 18:03 Rev.: 4839

Stop complaining about .autorun.xml

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/random_maps: .cvsignore (+1)
quinet 2006-08-25 18:00 Rev.: 4838

Regenerated again.

21 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/random_maps: Makefile.in (+21 -21)
quinet 2006-08-25 16:28 Rev.: 4836

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:

  • trunk/crossfire/test/unit/random_maps: Makefile.in (+10 -6)
qal21 2006-07-29 11:36 Rev.: 4729

Add more files to .cvsignore

21 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/random_maps: .cvsignore (+21)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/random_maps: .cvsignore (new)
tchize 2006-06-07 16:44 Rev.: 4640


update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*

21 lines of code changed in 21 files:

  • trunk/crossfire/test/unit/random_maps: Makefile.in (+1 -1), check_decor.c (+1 -1), check_door.c (+1 -1), check_exit.c (+1 -1), check_expand2x.c (+1 -1), check_floor.c (+1 -1), check_maze_gen.c (+1 -1), check_monster.c (+1 -1), check_random_map.c (+1 -1), check_reader.c (+1 -1), check_rogue_layout.c (+1 -1), check_room_gen_onion.c (+1 -1), check_room_gen_spiral.c (+1 -1), check_snake.c (+1 -1), check_special.c (+1 -1), check_square_spiral.c (+1 -1), check_standalone.c (+1 -1), check_style.c (+1 -1), check_test.c (+1 -1), check_treasure.c (+1 -1), check_wall.c (+1 -1)
tchize 2006-06-01 18:07 Rev.: 4619


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:

  • trunk/crossfire/test/unit/random_maps: Makefile.in (+1 -1)
ryo_saeba 2006-05-05 04:41 Rev.: 4559

Second part of patch #1453869 courtesy Stefan Huehner (shuehner)

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/random_maps: stubs_random.c (+1 -1)
ryo_saeba 2006-05-05 04:21 Rev.: 4557

No need to fail when autorun.xml doesn't exist :)

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/random_maps: Makefile.in (+1 -1)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

158 lines of code changed in 22 files:

  • trunk/crossfire/test/unit/random_maps: Makefile.am (+9 -4), Makefile.in (+129 -19), check_decor.c (+1), check_door.c (+1), check_exit.c (+1), check_expand2x.c (+1), check_floor.c (+1), check_maze_gen.c (+1), check_monster.c (+1), check_random_map.c (+1), check_reader.c (+1), check_rogue_layout.c (+1), check_room_gen_onion.c (+1), check_room_gen_spiral.c (+1), check_snake.c (+1), check_special.c (+1), check_square_spiral.c (+1), check_standalone.c (+1), check_style.c (+1), check_test.c (+1), check_treasure.c (+1), check_wall.c (+1)
tchize 2006-03-22 18:06 Rev.: 4546


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:

  • trunk/crossfire/test/unit/random_maps: Makefile.in (+1)
tchize 2006-03-21 17:46 Rev.: 4543


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:

  • trunk/crossfire/test/unit/random_maps: Makefile.am (new 20), Makefile.in (new 785), check.template (new 77), check_decor.c (new 77), check_door.c (new 77), check_exit.c (new 77), check_expand2x.c (new 77), check_floor.c (new 77), check_maze_gen.c (new 77), check_monster.c (new 77), check_random_map.c (new 77), check_reader.c (new 77), check_rogue_layout.c (new 77), check_room_gen_onion.c (new 77), check_room_gen_spiral.c (new 77), check_snake.c (new 77), check_special.c (new 77), check_square_spiral.c (new 77), check_standalone.c (new 77), check_style.c (new 77), check_test.c (new 77), check_treasure.c (new 77), check_wall.c (new 77), stubs_random.c (new 90)
Generated by StatSVN 0.7.0