mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 00:33:28 +00:00

C++ tests load from /data/test/ again, and the _main includes in data/ and data/test/ are fixed up to accomodate this. This fixes up cc138a4ed96f3ac1f8c5130aa6842d1429013da4
41 lines
542 B
INI
41 lines
542 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
|
|
|