mix lua.get_tests (Lua v1.0.0-rc.2)

View Source

Downloads the official Lua 5.3 test suite.

Contributor-only task

This task is intended for development of the :lua library itself. It is not shipped to Hex: it populates this repo's test/lua53_tests/ from https://www.lua.org/tests/.

The test suite is downloaded from https://www.lua.org/tests/ and extracted to test/lua53_tests/.

Usage

mix lua.get_tests

Options

  • --version - Lua version to download (default: 5.3.4)

License

The Lua test suite is distributed under the MIT license. Copyright © 1994–2025 Lua.org, PUC-Rio. See https://www.lua.org/license.html for details.