tests/lua/README.md
author Anton Malmygin <antonc27@mail.ru>
Wed, 15 May 2019 18:30:59 +0200
changeset 14965 372b25c6bdee
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Merge pull request #62 from hedgewars/ci-patch-osx-atomic Fix pas2c compilation on macOS

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.