tests/lua/README.md
author nemo
Tue, 21 Aug 2018 15:26:29 -0400
branch0.9.24
changeset 13688 6c0cf6b9eff8
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
use 0s instead of nils to try to protect script assumptions

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.