tests/lua/README.md
author unc0rr
Fri, 02 Aug 2019 13:35:23 +0200
changeset 15289 ae8e14d14596
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Move messages queue to hedgewars-engine-messages lib

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.