test: move Lua tests from /static-build/test to /test/app-tap
The tests are TAP compatible and applicable to all Tarantool builds so there's no need to run them with ctest. We just need to add a couple skip conditions: - The luarocks test shouldn't be run on dynamic builds because luarocks modules aren't embedded there. - The traceback test should be run only if ENABLE_BACKTRACE was set at build time. Part of #9242 NO_DOC=refactoring NO_TEST=refactoring NO_CHANGELOG=refactoring (cherry picked from commit 1eb98ef3)
Showing
- static-build/cmake/AddTests.cmake 0 additions, 18 deletionsstatic-build/cmake/AddTests.cmake
- test/app-tap/exports.test.lua 0 additions, 0 deletionstest/app-tap/exports.test.lua
- test/app-tap/luarocks.test.lua 8 additions, 0 deletionstest/app-tap/luarocks.test.lua
- test/app-tap/traceback.test.lua 10 additions, 0 deletionstest/app-tap/traceback.test.lua
Loading
Please register or sign in to comment