mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 16:21:40 +00:00
44 lines
524 B
INI
44 lines
524 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
|
|
|
|
[binary_path]
|
|
path="data/test"
|
|
[/binary_path]
|
|
|
|
#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
|