tests/lua/README.md
author unC0Rr
Mon, 26 Aug 2019 12:36:07 +0200
changeset 15360 09fc16926855
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Fix usage of wrong (and uninitialized) variable

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.