tests/lua/README.md
author unc0rr
Sun, 16 Dec 2018 18:40:25 +0100
changeset 14466 9844450389a4
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Attempt to allow building video recording in pas2c mode, currently fails parsing

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.