tests/lua/README.md
author nemo
Sat, 05 Feb 2022 10:50:25 -0500
changeset 15835 f0f615dcbe7c
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
1.0.0 merge

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.