mix lua.get_tests (Lua v1.0.0-rc.1)
View SourceDownloads 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_testsOptions
--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.