1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-09-13 16:24:06 +00:00
openmw/scripts/data/morrowind_tests
2025-08-28 03:22:33 +03:00
..
.gitignore Add end-to-end morrowind test work directory to gitignore 2024-12-02 21:23:52 +01:00
global.lua Make most weather bindings read/write 2025-08-28 03:22:33 +03:00
global_dialogues.lua Register global tests to run them 2025-03-05 22:18:46 +01:00
global_issues.lua Add Lua API for the player journal text data 2025-08-13 11:08:10 +02:00
global_mwscript.lua Register global tests to run them 2025-03-05 22:18:46 +01:00
global_regions.lua Add integration tests 2025-08-14 14:19:20 +02:00
global_weather.lua Make most weather bindings read/write 2025-08-28 03:22:33 +03:00
morrowind_tests.omwscripts Add simple tests for dialogues 2024-05-10 10:38:15 +02:00
openmw.cfg Add simple tests for dialogues 2024-05-10 10:38:15 +02:00
player.lua Add Lua API for the player journal text data 2025-08-13 11:08:10 +02:00
README.md Add Morrowind specific tests 2023-07-22 01:31:55 +02:00

Morrowind integration tests

A set of scripts to provide integration tests based on Morrowind content.

Simple usage:

"${OPENMW_BINARY_DIR:?}/openmw" \
    --config "${OPENMW_SOURCE_DIR:?}/scripts/data/morrowind_tests" \
    --data "${MORROWIND_DATA_DIR:?}"