Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build: update some test dependencies (#10339) | Daniel Hahler | 2019-06-29 |
| | | | | | | | | | | * build: update some test dependencies * luacheck ignores * BuildLua: add ${BUSTED} to depends for ${BUSTED_LUA} This is required to rebuild it when busted gets updated. | ||
* | build: BuildLua: fix check for mingw [skip ci] (#10352) | Daniel Hahler | 2019-06-27 |
| | |||
* | third-party: lua: Set LUA_ROOT to ${DEPS_INSTALL_DIR} | James McCoy | 2018-02-02 |
| | |||
* | third-party: luarocks: Use Lua if LuaJIT is disabled | James McCoy | 2018-02-02 |
| | |||
* | deps: Always build lua with -fPIC and -O0 | ZyX | 2017-03-27 |
| | |||
* | ci: When building lua use -fPIC | ZyX | 2017-03-27 |
| | |||
* | ci: Make ASAN build link with lua, build lua with address sanitizer | ZyX | 2017-03-27 |
| | |||
* | Allow a lua debugger to be specified on `functionaltest-lua` target | Thiago de Arruda | 2016-04-11 |
| | |||
* | Add Lua 5.1 as a third party dep | Thiago de Arruda | 2016-03-07 |
Also add a functionaltest-lua target to run the functional tests using the lua interpreter and corresponding helper to top-level Makefile |