wesnoth/data/test/_main.cfg

34 lines
437 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