You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/scripts/data/morrowind_tests
uramer 30e6821d81 Fix missing `y` 4 weeks ago
..
.gitignore Add end-to-end morrowind test work directory to gitignore 4 weeks ago
README.md Add Morrowind specific tests 1 year ago
global.lua Add unit tests 6 months ago
global_dialogues.lua Add simple tests for dialogues 8 months ago
global_issues.lua Add simple tests for dialogues 8 months ago
global_mwscript.lua Split tests further 6 months ago
morrowind_tests.omwscripts Add simple tests for dialogues 8 months ago
openmw.cfg Add simple tests for dialogues 8 months ago
player.lua Fix missing `y` 4 weeks ago

README.md

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:?}"