tests/lua/README.md
author alfadur
Sat, 13 Oct 2018 00:43:04 +0300
changeset 13895 2a3d119b9fe9
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
delegate cmp to rustlib

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.