diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-12 13:52:35 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-12 13:52:35 -0300 |
commit | 4398e488e678decd06a5ca48a27751d509361405 (patch) | |
tree | 8351be35bc54624dbbf2cae5aae312d11845147a /testes/packtests | |
parent | 808976bb59d91a031d9832b5482a9fb5a41faee3 (diff) | |
download | lua-4398e488e678decd06a5ca48a27751d509361405.tar.gz lua-4398e488e678decd06a5ca48a27751d509361405.tar.bz2 lua-4398e488e678decd06a5ca48a27751d509361405.zip |
New test file 'memerr.lua'
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.)
Diffstat (limited to '')
-rwxr-xr-x | testes/packtests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testes/packtests b/testes/packtests index 0dbb92fe..855c054a 100755 --- a/testes/packtests +++ b/testes/packtests | |||
@@ -28,6 +28,7 @@ $NAME/literals.lua \ | |||
28 | $NAME/locals.lua \ | 28 | $NAME/locals.lua \ |
29 | $NAME/main.lua \ | 29 | $NAME/main.lua \ |
30 | $NAME/math.lua \ | 30 | $NAME/math.lua \ |
31 | $NAME/memerr.lua \ | ||
31 | $NAME/nextvar.lua \ | 32 | $NAME/nextvar.lua \ |
32 | $NAME/pm.lua \ | 33 | $NAME/pm.lua \ |
33 | $NAME/sort.lua \ | 34 | $NAME/sort.lua \ |