1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
272 B
Markdown
Raw Normal View History

2022-07-10 17:41:37 +02:00
# Morrowind integration tests
A set of scripts to provide integration tests based on Morrowind content.
Simple usage:
```bash
"${OPENMW_BINARY_DIR:?}/openmw" \
--config "${OPENMW_SOURCE_DIR:?}/scripts/data/morrowind_tests" \
--data "${MORROWIND_DATA_DIR:?}"
```