Re: Lua 5.1 tests: Missing aux files in the suite
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 tests: Missing aux files in the suite
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2016年1月18日 15:23:38 -0200
> I'm trying to run a test suite for Lua 5.1
> (http://www.lua.org/tests/lua5.1-tests.tar.gz).
>
> Citing http://www.lua.org/tests/
>
> > make sure that your test directory has subdirectories libs/ and libs/P1/
> > then go to subdirectory libs/ and build the C libraries
> > there using the makefile provided
>
> The issue is that the libs subdirectory from the archive does not have
> any sources for libs. As a result, some tests are never run (e.g.
> tests in attrib.lua that depend on loading lib1.so).
>
> I think that the archive should be rebounded to include missing files.
We have added the missing files; please check whether it is ok now.
-- Roberto