aboutsummaryrefslogtreecommitdiff
path: root/testes/packtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New test file 'memerr.lua'Roberto Ierusalimschy2025-03-121-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 Ierusalimschy2021-03-101-0/+1
|
* Script 'packtests' gets Lua version as a parameterRoberto Ierusalimschy2019-10-021-1/+3
|
* Added script 'packtests' to the projectRoberto Ierusalimschy2019-06-211-0/+52
The script 'packtests' creates the 'tar.gz' to deploy the test suite for Lua.