wesnoth/data/test/_main.cfg
2009-03-24 23:05:19 +01:00

33 lines
433 B
INI

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