tests/lua/README.md
author nemo
Wed, 08 Nov 2017 15:07:46 -0500
changeset 12831 42003e235a46
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
remove some more test redundancy and restore a missing and important nil check

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.