tests/lua/README.md
author alfadur
Sun, 04 Nov 2018 00:25:27 +0300
changeset 14124 6e0be42d0a8f
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
polygonize OutlinePoints

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.