summaryrefslogtreecommitdiff
path: root/testes/libs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* File 'lib2-v2.so' generated from its own sourceRoberto Ierusalimschy2019-05-032-2/+27
| | | | | Instead of being a copy of 'lib2.so', 'lib2-v2.so' has its own source file ('lib22.c'), so that the test can distinguish both libraries.
* 'all' script automatically 'make's everythingRoberto Ierusalimschy2018-12-191-5/+6
| | | | | | The script 'all', to run all tests, automatically ensures that the Lua interpreter and the test C libraries (in 'testes/libs/') are updated with any changes in 'luaconf.h'.
* Added directory 'testes/libs/P1' to the repositoryRoberto Ierusalimschy2018-12-171-0/+2
| | | | | This directory is used for some tests. As standard Lua has no command to create directories, it must be present before running tests.
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-095-0/+113