tests/lua/README.md
author unc0rr
Sat, 10 Jul 2021 12:03:50 +0200
changeset 15813 ad79e5c0885c
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
Begin attempt to convert checker into async using tokio

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.