openmw/scripts/data/morrowind_tests
2025-03-25 23:24:24 +01:00
..
.gitignore Add end-to-end morrowind test work directory to gitignore 2024-12-02 21:23:52 +01:00
global.lua Split local and global event handlers 2025-03-05 22:18:46 +01:00
global_dialogues.lua Register global tests to run them 2025-03-05 22:18:46 +01:00
global_issues.lua Register global tests to run them 2025-03-05 22:18:46 +01:00
global_mwscript.lua Register global tests to run them 2025-03-05 22:18:46 +01: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 Move matchers to different module 2025-03-25 23:24:24 +01: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:?}"