mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 17:31:18 +00:00
89 lines
2.3 KiB
INI
89 lines
2.3 KiB
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/behavioral_tests}
|
|
{test/scenarios/cve_tests}
|
|
{test/scenarios/lua_tests}
|
|
{test/scenarios/lua_tests/ai}
|
|
{test/scenarios/lua_tests/filesystem}
|
|
{test/scenarios/lua_tests/functional}
|
|
{test/scenarios/lua_tests/gui}
|
|
{test/scenarios/lua_tests/gui/widget}
|
|
{test/scenarios/lua_tests/location_set}
|
|
{test/scenarios/lua_tests/mathx}
|
|
{test/scenarios/lua_tests/stringx}
|
|
{test/scenarios/lua_tests/wesnoth}
|
|
{test/scenarios/lua_tests/wesnoth/audio}
|
|
{test/scenarios/lua_tests/wesnoth/game_events}
|
|
{test/scenarios/lua_tests/wesnoth/interface}
|
|
{test/scenarios/lua_tests/wesnoth/map}
|
|
{test/scenarios/lua_tests/wesnoth/paths}
|
|
{test/scenarios/lua_tests/wesnoth/schedule}
|
|
{test/scenarios/lua_tests/wesnoth/sides}
|
|
{test/scenarios/lua_tests/wesnoth/sync}
|
|
{test/scenarios/lua_tests/wesnoth/units}
|
|
{test/scenarios/lua_tests/wml}
|
|
{test/scenarios/lua_tests/wml-utils}
|
|
{test/scenarios/macro_tests}
|
|
{test/scenarios/test_tests}
|
|
{test/scenarios/wml_tests/FilterWML}
|
|
{test/scenarios/wml_tests/ScenarioWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/AiWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EffectWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EventWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EventWML/ActionWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EventWML/ActionWML/ConditionalActionsWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EventWML/ActionWML/DirectActionsWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EventWML/ActionWML/InterfaceActionsWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/EventWML/ActionWML/InternalActionsWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/MusicListWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/SideWML}
|
|
{test/scenarios/wml_tests/ScenarioWML/TimeWML}
|
|
{test/scenarios/wml_tests/TerrainWML}
|
|
{test/scenarios/wml_tests/UnitsWML}
|
|
{test/scenarios/wml_tests/UnitsWML/AbilitiesWML}
|
|
{test/scenarios/wml_tests/UnitsWML/Attacks}
|
|
{test/scenarios/wml_tests/WesnothFormulaLanguage}
|
|
|
|
# Load test unit wml
|
|
{test/units.cfg}
|
|
|
|
#endif
|
|
|
|
#ifndef DONT_RELOAD_CORE
|
|
[binary_path]
|
|
path=data/core
|
|
[/binary_path]
|
|
|
|
{game_config.cfg}
|
|
#endif
|