aboutsummaryrefslogtreecommitdiff
path: root/testes/packtests
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-12 13:52:35 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-12 13:52:35 -0300
commit4398e488e678decd06a5ca48a27751d509361405 (patch)
tree8351be35bc54624dbbf2cae5aae312d11845147a /testes/packtests
parent808976bb59d91a031d9832b5482a9fb5a41faee3 (diff)
downloadlua-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-xtestes/packtests1
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 \