tests/lua/README.md
author nemo
Mon, 12 Sep 2022 18:37:04 -0400
branch1.0.0
changeset 15869 ccce86a05f31
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
tag a 1.0.2

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.