[root]/server/trunk/test/include
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 423 (100.0%) | 32.5 |
mwedel | 2 (15.4%) | 411 (97.2%) | 205.5 |
ryo_saeba | 5 (38.5%) | 8 (1.9%) | 1.6 |
anmaster | 2 (15.4%) | 2 (0.5%) | 1.0 |
silvernexus | 2 (15.4%) | 1 (0.2%) | 0.5 |
akirschbaum | 1 (7.7%) | 1 (0.2%) | 1.0 |
toxicfrog | 1 (7.7%) | 0 (0.0%) | 0.0 |
Fix test/unit/common to not require a crossfire install
Historically this has loaded confdir from $PREFIX, i.e. from your
installed copy of crossfire. This meant that if you didn't have
crossfire installed, you couldn't run the tests, and if you did, it
would use the confdata from the install rather than from the build tree.
With this change it automatically sets confdir based on datadir,
allowing all tests in test/unit/common/ to function without needing a
`make install` first. This problem still affects test/unit/server/ and
test/unit/bugfix, and will require more work to fix there.
0 lines of code changed in 1 file:
Add function prototype.
1 lines of code changed in 1 file:
Retired old CrossEdit testing toolkit. It never actually had anything implemented and CrossEdit has been gone for years, anyway.
1 lines of code changed in 2 files:
Correctly clean temporary account files and directories.
4 lines of code changed in 2 files:
Make parameters const.
3 lines of code changed in 1 file:
Unit tests: correctly initialise the config dir (for experience and such).
1 lines of code changed in 1 file:
test/toolkit/toolkit_common.c, test/include/toolkit_common.h: Fix a lot of
compiler warnings in the unit tests by adding a missing prototype to a header
and correcting another prototype.
server/c_misc.c: Fix trivially player triggered uninitialised read in the
language command.
common/object.c: Use "%s" to LOG() when dumping objects instead of passing
the dump as format string. Fix some compile warnings about variable shadowing.
2 lines of code changed in 2 files:
Remove generated files.
0 lines of code changed in 1 file:
Bring forward 1.10.0 fix for make distcheck
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for build!
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25
411 lines of code changed in 2 files: