tests/lua/README.md
author unC0Rr
Fri, 07 Dec 2018 13:04:00 +0100
changeset 14375 ef2fc0210362
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Rename protocol_version to hedgewars_engine_protocol_version to ensure use of correct library

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.