wesnoth/data/test/_main.cfg

33 lines
433 B
INI
Raw Normal View History

#textdomain wesnoth-test
2009-03-24 22:05:19 +00:00
{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
2009-03-24 22:05:19 +00:00
{core}
#Load test macros
{test/macros}
#Load test scenarios
{test/scenarios}
{core/terrain-graphics.cfg}
[binary_path]
path=data/core
[/binary_path]
2009-03-24 22:05:19 +00:00
{game_config.cfg}
#endif