tests/lua/README.md
author unc0rr
Wed, 30 Jun 2021 23:06:54 +0200
changeset 15833 a855f32ab3ca
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
- Update hedgewars-network-protocol library with messages needed for checker - Use the library in hedgewars-checker

Lua scripts for engine testing. These scripts are the same as other Lua scripts
in Hedgewars, but you ought to call `EndLuaTest(TEST_SUCCESSFUL)` or
`EndLuaTest(TEST_FAILED)` when the test is completed.