wesnoth/data/test/_main.cfg
Ignacio R. Morelle 1799d5eb0d wmlindent pass on data/test/, safe subset
There is some WML in data/test/scenarios/ that causes wmlindent to
misbehave (bug #22264 and possibly others awaiting a more thorough
diagnosis), so that subdir is not part of this commit.
2014-07-02 22:04:52 -04:00

39 lines
473 B
INI

#textdomain wesnoth-test
#ifndef DONT_RELOAD_CORE
{themes/}
# Load core wml for tests including macros and units
{core}
[textdomain]
name="wesnoth"
[/textdomain]
[textdomain]
name="wesnoth-lib"
[/textdomain]
#endif
[textdomain]
name="wesnoth-test"
[/textdomain]
#ifdef TEST
#Load test macros
{test/macros}
#Load test scenarios
{test/scenarios}
#endif
#ifndef DONT_RELOAD_CORE
[binary_path]
path=data/core
[/binary_path]
{game_config.cfg}
#endif