lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Lastly, how do I enable the API tests? Should I recompile the
> interpreter including ltests.c?

Yes; have a look at [1]. Most of what is written there is valid for 5.3.
(BTW, did your other problems when testing Lua in Windows was with _U=1?)

[1] http://www.lua.org/tests/5.2/

-- Roberto