Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New test file 'memerr.lua' | Roberto Ierusalimschy | 2025-03-12 | 1 | -0/+1 |
| | | | | | | Tests for memory-allocation errors moved from 'api.lua' to this new file, as 'api.lua' was already too big. (Besides, these tests have nothing to do with the API.) | ||||
* | File 'tracegc.lua' added to 'packtests' | Roberto Ierusalimschy | 2021-03-10 | 1 | -0/+1 |
| | |||||
* | Script 'packtests' gets Lua version as a parameter | Roberto Ierusalimschy | 2019-10-02 | 1 | -1/+3 |
| | |||||
* | Added script 'packtests' to the project | Roberto Ierusalimschy | 2019-06-21 | 1 | -0/+52 |
The script 'packtests' creates the 'tar.gz' to deploy the test suite for Lua. |