tests/lua/README.md
author unc0rr
Tue, 16 Oct 2018 23:59:22 +0200
changeset 13930 5c9d963492bf
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
Implement get_unchecked* functions for Vec2D

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.