Directory test/include/

Total Files:
3
Deleted Files:
2
Lines of Code:
13

[root]/test/include

Lines of Code

test/include/ Lines of Code

Developers

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

Most Recent Commits

toxicfrog 2020-09-11 20:02 Rev.: 21405

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:

  • test/include: toolkit_common.h (-1)
akirschbaum 2015-11-21 06:41 Rev.: 20050

Add function prototype.

1 lines of code changed in 1 file:

  • test/include: toolkit_server.h (+1 -1)
silvernexus 2015-05-19 10:50 Rev.: 19941

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:

  • test/include: Makefile.am (+1 -1), toolkit_crossedit.h (del)
ryo_saeba 2013-08-15 05:23 Rev.: 18934

Correctly clean temporary account files and directories.

4 lines of code changed in 2 files:

  • test/include: toolkit_server.h (new)
ryo_saeba 2011-11-01 14:31 Rev.: 15377

Make parameters const.

3 lines of code changed in 1 file:

  • test/include: toolkit_common.h (+3 -3)
ryo_saeba 2010-09-06 12:59 Rev.: 13749

Unit tests: correctly initialise the config dir (for experience and such).

1 lines of code changed in 1 file:

  • test/include: toolkit_common.h (+1)
anmaster 2009-03-02 08:56 Rev.: 11589

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:

  • test/include: toolkit_common.h (+2 -1)
ryo_saeba 2007-03-31 02:37 Rev.: 5906

Remove generated files.

0 lines of code changed in 1 file:

  • test/include: Makefile.in (del)
mwedel 2007-03-26 02:25 Rev.: 5901

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:

  • test/include: Makefile.am (new 2), Makefile.in (new 409)
Generated by StatSVN 0.7.0